Interface FileSystemFlags

    interface FileSystemFlags {
        create?: boolean;
        exclusive?: boolean;
    }

    Properties

    Properties

    create?: boolean
    exclusive?: boolean