Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileToDeleteWrapper

Wraps another 'FileToDelete' object.

Hierarchy

  • FileToDeleteWrapper

Implements

Index

Constructors

constructor

Properties

baseFile

baseFile: FileToDelete

The file to wrap.

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.

Accessors

file

  • get file(): string
  • The path to the (local) file.

    inheritdoc

    Returns string

name

  • get name(): string

path

  • get path(): string

workspace

Generated using TypeDoc