7 references to Path
System.IO.FileSystem.Watcher (7)
System\IO\FileSystemWatcher.cs (6)
243
throw new ArgumentException(SR.Format(SR.InvalidDirName, value), nameof(
Path
));
246
throw new ArgumentException(SR.Format(SR.InvalidDirName_NotExists, value), nameof(
Path
));
255
/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.
Path
'/> is changed.
270
/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.
Path
'/> is created.
285
/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.
Path
'/> is deleted.
315
/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.
Path
'/>
System\IO\FileSystemWatcher.Linux.cs (1)
1021
BasePath = System.IO.Path.TrimEndingDirectorySeparator(System.IO.Path.GetFullPath(fsw.
Path
));