Hi,
I'd like to use FindFirstFile to return a HANDLE to a list of files that have an extension *.abc where a,b and c are i the range 0-9. I think that I can only use the * and ? wildcards when calling the function, eg:
hFind_klarf = FindFirstFile( "*.???", &dataFind);
Does anyone know of a clever work around? It would be really appreciated. It would be great to use ranges with this function, or even just the "#" symbol.
Thanks in advance,
Jonathan.
jonathan.oakley@alumni.ethz.ch
I'd like to use FindFirstFile to return a HANDLE to a list of files that have an extension *.abc where a,b and c are i the range 0-9. I think that I can only use the * and ? wildcards when calling the function, eg:
hFind_klarf = FindFirstFile( "*.???", &dataFind);
Does anyone know of a clever work around? It would be really appreciated. It would be great to use ranges with this function, or even just the "#" symbol.
Thanks in advance,
Jonathan.
jonathan.oakley@alumni.ethz.ch