Thanks! -- http://mail.python.org/mailman/listinfo/python-list
Is shutil.copyfile(src,dst) the *most* portable way to copy files with
Python? I'm dealing with plain text files on Windows, Linux and Mac OSX.
- Re: file copy portability Bob Smith
- Re: file copy portability Peter Hansen
- Re: file copy portability John Machin
- Re: file copy portability Bob Smith
- Re: file copy portability Steve Holden