vot.js - v2.4.12
    Preparing search index...

    Interface FileSystemEntry

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods