Represents information on a file/folder delete.

3.16.0

interface FileDelete {
    uri: string;
}

Properties

Properties

uri: string

A file:// URI for the location of the file/folder being deleted.