WaitForChangedResult::OldName Property

 

Gets or sets the original name of the file or directory that was renamed.

Namespace:   System.IO
Assembly:  System (in System.dll)

public:
property String^ OldName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The original name of the file or directory that was renamed.

.NET Framework
Available since 1.1
Return to top
Show: