How to open files with a certain file name only?
Hi Guys,
I am trying to open some files which have a certain name as follows:
files1 = Files In Directory( "C:\log\*.test*" );
However I do not get anything in files1. How can I just search for specific file names and save them in the files1 list?
Thanks.