lyledg Posted February 16, 2005 Posted February 16, 2005 Guys I am trying to do a filecopy of let's just say txt and bmp files of the C drive, but want to include all Sub directories in my search for these file types. Also, I want to include more than one filetype to backup So, if this was possible, the code would look something like this Filecopy("C:\*.txt *.bmp", "C:\Backup") Are there any plans to add more flags\switches to the Filecopy function? Or, does anyone have any code that would do the same? Many thanks Any comments welcome
MHz Posted February 16, 2005 Posted February 16, 2005 You may need a filesearch function.Larry made one here that maybe suitable for you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now