ListDirectoryEntry | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface ListDirectoryEntry

    interface ListDirectoryEntry {
        fullPath: string;
        name: string;
        subPath: string;
        type: "file" | "directory" | "symboliclink" | "socket" | null;
    }
    Index

    Properties

    fullPath: string

    Full path to file

    name: string
    subPath: string

    Relative path from listDirectory's starting point

    type: "file" | "directory" | "symboliclink" | "socket" | null