Am trying to list all files with names in an directory, but unable to do. Is there any way to list all files with names in an directory?
Thanks in advance.
Am trying to list all files with names in an directory, but unable to do. Is there any way to list all files with names in an directory?
Thanks in advance.
The following script shows how to list all files of a specified directory into a
TStrings
collection (in this example listed in the list box on a custom page):