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