6 references to Path
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.cs (6)
257throw new ArgumentException(SR.Format(SR.InvalidDirName, value), nameof(Path)); 260throw new ArgumentException(SR.Format(SR.InvalidDirName_NotExists, value), nameof(Path)); 269/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> is changed. 284/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> is created. 299/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> is deleted. 329/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/>