interface FileSystemEntry {
    filesystem: FileSystem;
    fullPath: string;
    isDirectory: boolean;
    isFile: boolean;
    name: string;
    getParent(successCallback?, errorCallback?): void;
}

Hierarchy (view full)

Properties

filesystem: FileSystem
fullPath: string
isDirectory: boolean
isFile: boolean
name: string

Methods

  • Parameters

    Returns void

Generated using TypeDoc