# Functions
ContentOnly copies only source folder content without creating root folder in destination.
Copy copies source file/folder to destination with given options.
Force re-writes destination if it is already exists.
RevertOnErr removes destination file if there was an error during copy process.
WithBufferSize allows to set custom buffer size for file copy.
WithHash calculates hash of the copied file(s).
WithMove removes source after copying process is finished.
# Type aliases
No description provided by the author