Filecopy with wildcards 
Author Message
 Filecopy with wildcards

I am trying to write a VBA program to copy files.  I need to use wildcards,
but FileCopy does not appear to accept them.  Is there a workaround for
this?

Thanks.

--
Keith Grabske, Mfg. Engineer
X-L Engineering Corp.

847-965-3030
847-967-6373 (fax)



Mon, 25 Nov 2002 03:00:00 GMT  
 Filecopy with wildcards
To find all the files you can use the
dir
function. See help for more information and an example. For each file
returned by Dir you can use the Filecopy command.


Mon, 25 Nov 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Filecopy using wildcards *

2. FileCopy using wildcards (*.*)

3. Using Filecopy with Wildcards ????

4. Wildcards with FileCopy?

5. Wildcard filecopy - preserve paths

6. FileCopy with NUL, wildcards?

7. filecopy function

8. Trying to backup a database from front end w/ FileCopy

9. Filecopy and MkDir problem

10. FileCopy

11. IP addresses in FileCopy statement

12. FileCopy

 

 
Powered by phpBB® Forum Software