Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyAll ¶
CopyAll recursively copies the file, directory or symbolic link at src to dst. The destination must not exist. Symbolic links are not followed.
If the copy fails half way through, the destination might be left partially written.
func RootFSRelativePath ¶
* * RootFSRelativePath returns the path relative to the root of the filesystem. * This is useful for checking if a file exists in a filesystem. * On Unix: * RootFSRelativePath("/foo/bar") => "foo/bar" * On Windows: * RootFSRelativePath("C:/foo/bar") => "foo/bar"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.