# Functions
Exists if a file exists.
ListDirsWithRegex returns a list of directories meeting a specific regular expression.
ParseKeyValue parses a key value file with a specified delimiter.
Read a file and return value as string.
ReadInt a file and return value as an int.
ReadInt64 a file and return value as an int64.
# Variables
RootDir is used to determine where to run from.