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.

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer