I am using Cleanide for Clean3.0
programming language.
What I am trying to do is to implement a function that receive name of a directory in my system, and return a list of all the files in that directory.
I don't know if the defintion of such function needs to be like File -> [string]
or maybe something else, even that directory is a file maybe this is not the developers of Clean
meant...
Thank a lot!