L
Lou
I have a file name witha wildcard:
"D:\myFolder\Logo1.*tga"
There are 50 files that match this wilcard.
I want to copy these 50 files to another directory
I Tried
FileCopy("D:\myFolder\Logo1.*tga","D:\TargetDir")
but that didnt work?
any ideas..
-Louie
"D:\myFolder\Logo1.*tga"
There are 50 files that match this wilcard.
I want to copy these 50 files to another directory
I Tried
FileCopy("D:\myFolder\Logo1.*tga","D:\TargetDir")
but that didnt work?
any ideas..
-Louie