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