package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
CopyDir recursively copies all files and directories in the from directory into the to directory.
CopyFile copies src to dst.
EscapeFilename replaces bad characters in a filename with safe equivalents.
Move moves a file from a directory to another, while handling cross-filesystem moves properly.