NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Directory.Root

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;

Property Value

A Directory object representing the root of a path.

See Also

Directory Class | Directory Members | System.IO Namespace