FileSystemEventArgs.Name Property
.NET Framework (current version)
Gets the name of the affected file or directory.
Assembly: System (in System.dll)
The name returned by the Name property is the relative path of the affected file or directory, with respect to the directory being watched. For example, if a FileSystemWatcher object is watching the directory "C:\temp" and the file at "C:\temp\test\file.txt" changes, the Name property will return "test\file.txt".
.NET Framework
Available since 1.1
Available since 1.1
Show: