Returns the path of a file.
FilePath (filename)
(s) filename fully qualified file name.
(s) fully qualified path name.
FilePath parses the passed filename and returns the drive and path of the file specification, if any.
coms = Environment("COMSPEC") compath = FilePath(coms) Message("Your command processor is located in", compath)