Discover Packages
github.com/pkg/fileutils
package
module
Version:
v0.0.0-...-d734b7f
Opens a new window with list of versions in this module.
Published: Nov 14, 2018
License: BSD-2-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
README
¶
fileutils
Copying and moving files, how hard could it possible be ?
Expand ▾
Collapse ▴
Documentation
¶
package fileutils provides utililty methods to copy and move files and directories.
CopyFile is a convenience method that calls CopyFile on a Copier
zero value.
A Copier copies files.
The operation of Copier's public functions are controled by its
public fields. If none are set, the Copier behaves accoriding to
the zero value rules of each public field.
CopyFile copies the contents of src to dst atomically.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.