# Functions
CopyDirToDir copies contents in src dir to dst dir.
CopyToDir copies the src file to dst dir.
IsValidFileName checks if a file name is cross-platform compatible.
TrimFileExtension returns the file name without extension.
# Variables
ErrNotDirectory is returned when the path is not a directory.
ErrNotRegularFile is returned when the file is not an regular file.