# Functions
Copy data and mode bits ("cp src dst").
Copy data from src to dst
If followSymlinks is not set and src is a symbolic link, a new symlink will be created instead of copying the file it points to.
Copy mode bits from src to dst.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Move a file from src to dst
Simply tries os.Rename first in case the file is getting moved on the same disk, and uses Copy() otherwise.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author