# Functions
CheckDirEmpty checks if the directory is empty.
CleanCreateDir deletes the given dir and then re-creates it.
CleanDir deletes the given dir.
ConvertPathsToRelative converts a list of paths to relative.
CopyFile copies the contents from src to dst.
CopyFileToDir copies the file to the dir maintaining the filename.
CopyRecursive copies regular files & directories from src to dest.
MoveFile moves the contents from src to dst.
MoveFileToDir moves the contents from src to dstDir maintaining the filename.