package
0.0.0-20240416161049-a532a675ca5c
Repository: https://github.com/goatcms/goatcore.git
Documentation: pkg.go.dev
# Functions
Copy duplicate a file or a directory.
CopyDirectory copy a directory and sub-direcotories and files on local files system.
CopyFile copy a single file on local files system.
IsDir return true if directory exists.
IsExist return true if file or directory exists.
IsFile return true if file exists.
MkdirAll create all path nodes.