Interface FileDeleteOptions

interface FileDeleteOptions {
    recursive: boolean;
    useTrash: boolean;
}

Properties

Properties

recursive: boolean
useTrash: boolean