How to list the files of a directory in Clean

176 views Asked by At

I need to list all files of a directory using the Clean programming language, but I don't know any function to do so. Can someone help me?

1

There are 1 answers

0
sepp2k On BEST ANSWER

You can use the function getDirectoryContents from the Directory module, which is bundled with the Clean distribution.