Retrieves the root portion of a path.
[Visual Basic] Public ReadOnly Property Root As Directory [C#] public Directory Root {get;} [C++] public: __property Directory* get_Root(); [JScript] public function get Root() : Directory;
A Directory object representing the root of a path.