agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface DirEntry

    Directory entry returned by readdir / readdirRecursive.

    interface DirEntry {
        name: string;
        path: string;
        type: "file" | "directory" | "symlink";
    }
    Index

    Properties

    Properties

    name: string
    path: string
    type: "file" | "directory" | "symlink"