Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

Properties

concreteDirectory

concreteDirectory: T

Abstract path

path: string[]

Abstract virtualRoot

Accessors

created

created:

directory

directory:

extra

extra:

icon

icon:

id

id:

lastModified

lastModified:

mimeType

mimeType:

name

name:

size

size:

url

url:

Static mimeType

mimeType:

Methods

addDirectory

addFile

  • addFile(fileData: ArrayBuffer, filename: string, mimeType: string): Promise<File>

addOnChangeListener

  • addOnChangeListener(listener: function): void

copy

  • copy(targetDirectory: Directory): Promise<void>

delete

  • delete(): Promise<void>

dispatchChangeEvent

  • dispatchChangeEvent(): void

getChildren

  • getChildren(): Promise<File[]>

getFile

  • getFile(pathArray: string[]): Promise<File>

mount

move

  • move(targetDirectory: Directory): Promise<void>

read

  • read(): Promise<ArrayBuffer>

readJSON

  • readJSON(): Promise<any>

readText

  • readText(): Promise<string>

removeOnChangeListener

  • removeOnChangeListener(listener: function): void

rename

  • rename(newName: string): Promise<void>

search

toString

  • toString(): string

write

  • write(data: ArrayBuffer): Promise<ArrayBuffer>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc