Python's os
module has .remove
, .rename
, and other file-related functions.
Why is there no support for .copy
?
I found how to copy a file in Python? and it seems shutil
is the go-to library.
I was wondering about the process that led to the decision not to include a basic file copy in os