Documentation
¶
Overview ¶
Package filesystem provides generic filesystem operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MoveAndMerge ¶
MoveAndMerge moves entries from sourceDir to targetDir. It merges directories recursively if they exist in both source and target. If an entry in sourceDir is a file that already exists in targetDir, it returns an error instead of overwriting it. It also returns an error if sourceDir and targetDir are the same.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.