Kay Lee wrote: #- I looked up os module to find out some method to move and #- copy files in #- python, #- but os doesn't support such methods. #- Is there any way to move & copy files in python? #- Thanks in adv. Check out the shutil module: http://www.python.org/doc/current/lib/module-shutil.html . Facundo