Documentation
¶
Overview ¶
Package fsutil provides small filesystem helpers used by the profile layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyPath ¶
CopyPath recursively copies src to dst. If src does not exist the function returns silently (not an error). Any existing dst is removed first so that the copy is fully deterministic.
func RemovePath ¶
RemovePath removes a file or directory tree. Missing paths are not an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.