Copy files

v0id oranen at jubii.dk
Fri Mar 31 08:07:35 EST 2006


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!"




More information about the Python-list mailing list