package
0.0.3
Repository: https://github.com/maxmcd/bramble.git
Documentation: pkg.go.dev

# Functions

Abs is similar to filepath.Abs but it allows you to pass a custom wd.
No description provided by the author
copy directory will copy all of the contents of one directory into another directory.
No description provided by the author
CopyFiles takes a list of absolute paths to files and copies them into another directory, maintaining structure.
No description provided by the author
No description provided by the author
No description provided by the author
DirExists will only return true if the path exists and is a directory.
FileExists will only return true if the path is a file, not a directory.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PathWithinDir checks if a path is within a given directory.
No description provided by the author
No description provided by the author