D
dch3
Is it possible to use a statement such as
[object].CopyFile "C:\templateInformation.*", "C:\(copy)
templateInformation.*"
where multiple file names exist with the name 'templateInformation' but with
different file extension as in templateInformation.txt,
templateInformation.flds, templateInformation.atch?
I'm able to execute [object].DeleteFile "C:\templateInformation.*" without
any problems, but Copy File doesn't seem to like the wildcard.
[object].CopyFile "C:\templateInformation.*", "C:\(copy)
templateInformation.*"
where multiple file names exist with the name 'templateInformation' but with
different file extension as in templateInformation.txt,
templateInformation.flds, templateInformation.atch?
I'm able to execute [object].DeleteFile "C:\templateInformation.*" without
any problems, but Copy File doesn't seem to like the wildcard.