1 write to Path
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
554
_fileWatcher.
Path
= _root;
9 references to Path
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
104
string fswPath = fileSystemWatcher.
Path
;
552
if (string.IsNullOrEmpty(_fileWatcher.
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
));