WaitForChangedResult.Name Property
.NET Framework (current version)
Gets or sets the name of the file or directory that changed.
Assembly: System (in System.dll)
The following example demonstrates the Name property. This code example is part of a larger example provided for the WaitForChangedResult structure.
' Suspend the calling thread until the file has been deleted. Dim cr As IO.WaitForChangedResult = fsw.WaitForChanged(WatcherChangeTypes.Deleted) ' Tell the user the file is deleted and exit. Console.WriteLine("The {0} files is deleted; program is exiting", cr.Name)
.NET Framework
Available since 1.1
Available since 1.1
Show: