Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileToDelete

A file to delete.

Hierarchy

Implemented by

Index

Properties

file

file: string

The path to the (local) file.

name

name: string

The name.

onBeforeDelete

onBeforeDelete: BeforeDeleteFileCallback

The method that should be invoked BEFORE a deletion of that file starts.

onDeleteCompleted

onDeleteCompleted: DeleteFileCompletedCallback

The method that should be invoked AFTER a deletion of that file has been finished.

path

path: string

The path.

workspace

workspace: Workspace

The underlying workspace.

Generated using TypeDoc