I have a program that generates reports that follow a specific naming scheme of "(15 alphanumeric chars)_Report.txt" and I want to move those files into a specific folder. How do I specify those files? Using 15 "?" wildcard characters doesn't seem to work (i.e. FileMove(".\???????????????_Report.txt",".\Report Archive")) Thanks.
↧