Dart SDK
dart:html
FileEntry
class
FileEntry
Methods
Methods
createWriter
file
copyTo
getMetadata
getParent
moveTo
remove
toUrl
(Not documented.)
Annotations
DocsEditable()
DomName('FileEntry')
Experimental()
Extends
Object
Entry
FileEntry
Properties
FileSystem
filesystem
read-only ,
inherited
String
fullPath
read-only ,
inherited
bool
isDirectory
read-only ,
inherited
bool
isFile
read-only ,
inherited
String
name
read-only ,
inherited
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