08-23-2025, 03:55 PM
A simple example would be to use the command:
OR
You can use a utility program which returns files and folder list as array: File List and Directory List (as array)
Code: (Select All)
_SHELL "dir " + FOLDER$ + " /b > tmp.txt"
and then open tmp.txt for input.OR
You can use a utility program which returns files and folder list as array: File List and Directory List (as array)

