I suspect that you will need to use COM scripting. http://www.amibroker.com/guide/a_aflcom.html http://msdn.microsoft.com/en-us/library/95dtkhsz(VS.85).aspx
Mike --- In [email protected], "Ara Kaloustian" <a...@...> wrote: > > 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. >
