Documentation
¶
Overview ¶
Package fileutils provides some helper functions for file / directory copying
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFile ¶
CopyFile copies the source file to the destination path. If dest is a directory, the dest file name will have the same name as source.
func CpR ¶
CpR copies every file in sourcedir into destdir while rejecting anything that is in reject. reject must contain file names, not full paths. Beware: this function behaves a bit weird.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.