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!

FileSystemEntry.FullPath

Retrieves the fully qualified path of the directory.

[Visual Basic]
Protected FullPath As String
[C#]
protected string FullPath;
[C++]
protected: String* FullPath;
[JScript]
protected var FullPath : String;

Remarks

A string representing the full path of the directory or file.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace