find files (General questions)
Hi,
Is it possible to find files on the server using wild char charachters....
ex: *.exe
Regards
Sumeet
Re: find files
Sumeet,
you cannot, unfortunatelly. You will need to call ListDir and then filter them locally.
Regards.