3

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?

sepp2k
  • 363,768
  • 54
  • 674
  • 675
Guilherme
  • 159
  • 1
  • 7

1 Answers1

3

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

sepp2k
  • 363,768
  • 54
  • 674
  • 675