# README
fileutils
Collection of utilities for file manipulation in golang
The library is based on docker pkg/archive pkg/idtools but does copies instead of handling archive formats.
# Packages
No description provided by the author
# Functions
CopyDirectory copies the files under the source directory to dest directory.
CopyFile copies the file at source to dest.
MkdirAllNewAs creates a directory (include any along the path) and then modifies ownership ONLY of newly created directories to the requested uid/gid.