package
Version:
v0.4.4
Opens a new window with list of versions in this module.
Published: Feb 21, 2017
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fileutils provides utililty methods to copy and move files and directories.
Copyfile copies file to destination creating destination directory if needed
Copypath copies the contents of src to dst, excluding any file or
directory that starts with a period.
RemoveAll removes path and any children it contains. Unlike os.RemoveAll it
deletes read only files on Windows.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.