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

    Interface ListDirectoryEntry

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

    Properties

    fullPath: string

    Full path to file

    name: string
    subPath: string

    Relative path from listDirectory's starting point

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