# Functions
BaseDir returns the base directory of the provided path.
No description provided by the author
CompressDir compresses the directory into a zip file.
CopyDir copies the directory from the source to the destination skip the file if you don't want to copy.
CopyDirHasSuffix copies the directory from the source to the destination contain is the file if you want to copy, and rename copied filename with dir/index_filename.
CopyFile copies the file from the source to the destination.
FileExists checks if the file exists in the provided path.
Filename returns the filename from the provided path.
FilesInFolder returns the filepath contains in the provided folder.
FolderExists checks if the folder exists.
ParentBaseDir returns the parent base directory of the provided path.
ParentDir returns the parent directory of the provided path.
ReadFile reads the file from the provided path.