# Functions
CheckSystemDriveAndRemoveDriveLetter verifies and manipulates a Windows path.
IsAbs returns a boolean value indicating whether or not the path is absolute.
NormalizePath cleans the path based on the operating system the path is meant for.
NormalizeWorkdir will return a normalized version of the new workdir, given the currently configured workdir and the desired new workdir.
# Constants
DefaultPathEnvUnix is unix style list of directories to search for executables.
DefaultPathEnvWindows is windows style list of directories to search for executables.