RenamedEventArgs::OldFullPath Property

 

Gets the previous fully qualified path of the affected file or directory.

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

public:
property String^ OldFullPath {
	String^ get();
}

Property Value

Type: System::String^

The previous fully qualified path of the affected file or directory.

The following example demonstrates the OldFullPath property. This code example is part of a larger example provided for the RenamedEventArgs class.

No code example is currently available or this language may not be supported.

FileIOPermission

for reading files. Associated enumeration: FileIOPermissionAccess::Read

.NET Framework
Available since 1.1
Return to top
Show: