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.
Thanks!
Python? I'm dealing with plain text files on Windows, Linux and Mac OSX.
Thanks!
Comment