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? Look at module shutil in the standard library. Alex