@thingts/fs-path - v1.2.2
    Preparing search index...

    Interface FsPermissionFlags

    interface FsPermissionFlags {
        execute?: boolean;
        read?: boolean;
        write?: boolean;
    }
    Index

    Properties

    Properties

    execute?: boolean
    read?: boolean
    write?: boolean