Dart API Reference
dart:html
FileEntry
FileEntry
class
Annotations
DocsEditable()
DomName('FileEntry')
Experimental()
Extends
Object
Entry
FileEntry
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
(
DirectoryEntry
parent
, {
String
name
}) →
Future
<
Entry
>
Inherited
getMetadata
(
) →
Future
<
Metadata
>
Inherited
getParent
(
) →
Future
<
Entry
>
Inherited
moveTo
(
DirectoryEntry
parent
, {
String
name
}) →
Future
<
Entry
>
Inherited
remove
(
) →
Future
Inherited
toUrl
(
) →
String
Inherited