FileSystemDeleteEvent constructor
Constructs a new FileSystemDeleteEvent.
Implementation
FileSystemDeleteEvent(String path, bool isDirectory)
: super._(FileSystemEvent.delete, path, false);
Constructs a new FileSystemDeleteEvent.
FileSystemDeleteEvent(String path, bool isDirectory)
: super._(FileSystemEvent.delete, path, false);