# Functions
CopyDir copy directory with its contents to destination.
CopyFile copies file to destination.
IsDir checks if path is a directory.
IsDirEmpty checks if directory is empty.
IsDirExist checks if is directory exist.
IsFileExist checks if file exist.
MakePath create path recursive.
Open opens a file.
Parent return root of path.
PathInfo return detailed information of a path.
ReadFile reads file to bytes.
Remove removes a path or file.
RSlash trim right slash.
SafeFileContent return content of a file assumed is accessible.
Stat return information about path.
SymLink create SymLinks.
WorkingDir return current working directory.
# Variables
No description provided by the author