Kemp100
06-27-2002, 12:16 PM
I am trying to copy files from a FOLDER to another FOLDER..although a problem came up where one of the destination folder has a "+" in it..here is the situation
trying to copy all files from "C:\test\*" to "C:\test1\test+"
here is the Code(s) I have tried to use...
os.system(r"copy c:\test\* c:\test1\test+")
--OR--
os.system(r"copy c:\test\* "c:\test1\test+"")
What Do i need to do to get it working...
PLEASE HELP!!!!!!!!!
trying to copy all files from "C:\test\*" to "C:\test1\test+"
here is the Code(s) I have tried to use...
os.system(r"copy c:\test\* c:\test1\test+")
--OR--
os.system(r"copy c:\test\* "c:\test1\test+"")
What Do i need to do to get it working...
PLEASE HELP!!!!!!!!!