Re: Copy files
- From: "v0id" <oranen@xxxxxxxx>
- Date: 31 Mar 2006 05:07:35 -0800
I haven't tested this, but i maybe think it works?
import shutil
try:
copy("your_file.txt", "your_subfolder")
print "Done!"
except:
print "Failed!"
.
- References:
- Copy files
- From: ChengGong
- Copy files
- Prev by Date: Re: Working with files in a SimpleXMLRPCServver
- Next by Date: Re: how to comment lot of lines in python
- Previous by thread: Copy files
- Next by thread: How to search HUGE XML with DOM?
- Index(es):