interface File {
    new Filenew (...args: unknown[]): any;
    getAbsolutePath(): string;
    getParentFile(): File;
    (...args: unknown[]): any;
}

Hierarchy (view full)

Constructors

Methods