I do not want to invoke any external file.
(.exe nor .bat).
The file name format is BLK_x.tmp where x is a number.
I do not want to go with a loop and check the existence of all files from 0 to 9999, for instance.
In short... is there a way I can use wildcards?
Or even better... how can I get a list of all files in the current directory (the directory which the executable was invoked from)?
Thanks,
Rui arbosa Jr.
(.exe nor .bat).
The file name format is BLK_x.tmp where x is a number.
I do not want to go with a loop and check the existence of all files from 0 to 9999, for instance.
In short... is there a way I can use wildcards?
Or even better... how can I get a list of all files in the current directory (the directory which the executable was invoked from)?
Thanks,
Rui arbosa Jr.