Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemWatcher

A file system watcher notifies about changes to files and folders on disk or from other FileSystemProviders.

To get an instance of a FileSystemWatcher use createFileSystemWatcher.

Hierarchy

Index

Methods(1)

dispose

  • dispose(): any

Properties(6)

Readonly ignoreCreateEvents

ignoreCreateEvents: boolean

true if this file system watcher has been created such that it ignores creation file system events.

Readonly ignoreChangeEvents

ignoreChangeEvents: boolean

true if this file system watcher has been created such that it ignores change file system events.

Readonly ignoreDeleteEvents

ignoreDeleteEvents: boolean

true if this file system watcher has been created such that it ignores delete file system events.

Readonly onDidCreate

onDidCreate: Event<Uri>

An event which fires on file/folder creation.

Readonly onDidChange

onDidChange: Event<Uri>

An event which fires on file/folder change.

Readonly onDidDelete

onDidDelete: Event<Uri>

An event which fires on file/folder deletion.

Generated by TypeDoc. Maintained by 洛竹