# Functions
DirExists checks if a path exists and is a directory.
Exists checks if a file or directory exists.
IsDir checks if a given path is a directory.
IsEmpty checks if a given path is empty.
LinkExists checks if link exists.
RemoveInvalidPathChars removes invalid characters for path.
# Variables
ReInvalidPathChars is used to remove invalid path characters.