FileEntry class

Annotated by:
  • DocsEditable()
  • DomName('FileEntry')
  • Experimental()
Extends:

Instance Properties

filesystem FileSystem Inherited
read-only
fullPath String Inherited
read-only
isDirectory bool Inherited
read-only
isFile bool Inherited
read-only
name String Inherited
read-only

Instance Methods

createWriter ( ) → Future<FileWriter>
file ( ) → Future<File>
copyTo Inherited ( DirectoryEntry parent, {String name} ) → Future<Entry>
getMetadata Inherited ( ) → Future<Metadata>
getParent Inherited ( ) → Future<Entry>
moveTo Inherited ( DirectoryEntry parent, {String name} ) → Future<Entry>
remove Inherited ( ) → Future
toUrl Inherited ( ) → String