M
Mike
Hi,
I am looking for function in .Net library that let me know if exist
any file if I specified template.
Eg: I specify "*.txt" and if any file (1.txt, 2.txt, .. ) exists then
I can get True or at least file name . And if does not exist Fasle or
empty string.
Of course I can use VB6 function Dir, but maybe .Net contains
something inside the class library.
Thanks
I am looking for function in .Net library that let me know if exist
any file if I specified template.
Eg: I specify "*.txt" and if any file (1.txt, 2.txt, .. ) exists then
I can get True or at least file name . And if does not exist Fasle or
empty string.
Of course I can use VB6 function Dir, but maybe .Net contains
something inside the class library.
Thanks