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;
The path of the affected file or directory.
FileSystemEventArgs Class | FileSystemEventArgs Members | System.IO Namespace