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!

FileSystemEventArgs.FullPath

Gets the fully qualifed path of the affected file or directory.

[Visual Basic]
Overridable Public ReadOnly Property FullPath As String
[C#]
public string FullPath {virtual get;}
[C++]
public: __property virtual String* get_FullPath();
[JScript]
public function get FullPath() : String;

Property Value

The path of the affected file or directory.

See Also

FileSystemEventArgs Class | FileSystemEventArgs Members | System.IO Namespace