Crumbtrail
    Preparing search index...

    Interface IZFileSystemNode

    interface IZFileSystemNode {
        created?: string;
        path: string;
        size?: bigint;
        type: ZFileSystemNodeType;
        updated?: string;
    }
    Index

    Properties

    created?: string

    The creation date of the node.

    path: string

    The absolute path of the node.

    size?: bigint

    The size of the node in bytes.

    The type of the node (file or folder).

    updated?: string

    The modification date of the node.