> From: Magnus Wirström <[EMAIL PROTECTED]>
> 
> Hi everyone.
> 
> I would like to ask what is the best way to get the file size on a large 
> file. the operation i'm trying to preform is to copy a large file to 
> another drive using python file I/O commands. perhaps there is a better 
> solution or a module that is doing this more easy?

See shutil.copyfile()

Kent


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to