I have an application wher I need to see from AFL what files are on my disk.
Is there a function to give me the list of files in a directory or show me filenames one at a time ? Example: If I have the following files on disk File_08_12.txt File_08_16.txt File_09_12.txt File_09_15.txt File_09_19.txt How do I get to open files that start with File_08, without knowing what the rest of the file name is.
