Function
Shell.Path
val sourcePath: unit -> string list
sourcePath () -> path
None
Returns a list of the directories that make up the source path. By default, the list is ["."].
This function raises the exception PathError if any element of any of the paths does not exist on the filesystem.
The paths are given as standard filesystem pathnames rather than in the portable notation.