Nov 292009

You can use shutil for high-level file operation (copy, move, delete etc.) in Python.
e.g.,
>>>import shutil
>>>shutil.copy(src,dest)
src is a source file.
dest is a target directory.

Posted by weboom at 10:10 pm Tagged with: ,
Switch to our mobile site
Top Footer