gbox-sdk
    Preparing search index...

    File system directory representation

    interface Dir {
        lastModified: string;
        mode: string;
        name: string;
        path: string;
        type: "dir";
    }
    Index

    Properties

    lastModified: string

    Last modified time of the directory

    mode: string

    Directory metadata

    name: string

    Name of the directory

    path: string

    Full path to the directory in the box

    type: "dir"

    Directory type indicator