Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileSystemEventArgs::FullPath Property

 

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

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

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

Property Value

Type: System::String^

The path of the affected file or directory.

The following example demonstrates the FullPath property. This code example is part of a larger example provided for the FileSystemEventArgs 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:
© 2017 Microsoft