Copying Huge Files ? (Newbie!)

Gordon McMillan gmcm at hypernet.com
Thu Aug 12 15:19:15 EDT 1999


Matthias Barmeier wrote:
> 
> 
> I want to copy some files across the disks of my server using python
> parse a script and then do what I want.
> 
> But while reading the manual I cannot find something like
> os.copyfile or os.movefile.
> 
> Are there some functions except open/read/write that can do the copy
> for me ???

shutil.py in lib/.

- Gordon




More information about the Python-list mailing list