SplitPath reads the PATH environment variable and splits it up into an
array of strings that are directories the path is made up of. All
directory names are capitalized.
Example:
var P
SplitPath P
Loop P
Writeln LoopVal ;writes the directories in PATH
EndLoop