Hi.
I was wondering how to obtain a list of all files from a given directory, provided they match certain wildcard criterea.
Is there an API function that will return me an array populated with the list of matching files?
If not, how can I accomplish this? Basically, I want to obtain a list of *.txt files in a certain directory, and then paste that list onto a combo box from which the user can select from.
Thanks,
--Norm
I was wondering how to obtain a list of all files from a given directory, provided they match certain wildcard criterea.
Is there an API function that will return me an array populated with the list of matching files?
If not, how can I accomplish this? Basically, I want to obtain a list of *.txt files in a certain directory, and then paste that list onto a combo box from which the user can select from.
Thanks,
--Norm