List Files

Hi what function i need to use if i want to list all files in a directory.

tnx
There's no such function in the standard library.
Either a) use system calls, which will make the program unportable, or b) use a library that will take care of doing the system calls for you.
Topic archived. No new replies allowed.