Interface DiskLocationOptions

interface DiskLocationOptions {
    overrideAttributes?: Partial<FileAttributes>;
}

Properties

overrideAttributes?: Partial<FileAttributes>

Generated using TypeDoc