Copying Huge Files ? (Newbie!)

Fredrik Henbjork frehe491 at student.liu.se
Thu Aug 12 14:30:30 EDT 1999


On Thu, 12 Aug 1999, you wrote:
> Hi,
> 
> 
> 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 ???
> 
> 
> 
> Ciao
> 	Matthias Barmeier


Take a look at the things in shutil (especially shutil.copy and
shutil.copyfile) and os (especially os.rename and os.renames).

--
Fredrik Henbjork

Email: frehe491 at student.liu.se
WWW: http://o112.ryd.student.liu.se




More information about the Python-list mailing list