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.

层级

索引

Methods(1)

dispose

  • dispose(): any

Properties(6)

ignoreCreateEvents

ignoreCreateEvents: boolean

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

ignoreChangeEvents

ignoreChangeEvents: boolean

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

ignoreDeleteEvents

ignoreDeleteEvents: boolean

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

onDidCreate

onDidCreate: Event<Uri>

An event which fires on file/folder creation.

onDidChange

onDidChange: Event<Uri>

An event which fires on file/folder change.

onDidDelete

onDidDelete: Event<Uri>

An event which fires on file/folder deletion.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹