Gets or sets the original name of the file or subdirectory that has been renamed.
[Visual Basic] Public Property OldName As String [C#] public string OldName {get; set;} [C++] public: __property String* get_OldName(); public: __property void set_OldName(String*); [JScript] public function get OldName() : String; public function set OldName(String);
The original name of the file or subdirectory that has been renamed.
WaitForChangedResult Structure | WaitForChangedResult Members | System.IO Namespace