Interface FileOverwriteOptions

interface FileOverwriteOptions {
    overwrite: boolean;
}

Properties

Properties

overwrite: boolean

Overwrite the file to create if it already exists on disk. Otherwise an error will be thrown (FILE_MODIFIED_SINCE).