# 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.
CopyFile copies the file from the source to the destination.
Filename returns the filename from the provided path.
IsDirExists checks if the folder exists.
IsFileExists checks if the file exists in the provided path.
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.