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?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.