Dart SDK
dart:html
Entry
class
Entry
Properties
Methods
Properties
filesystem
fullPath
isDirectory
isFile
name
Methods
copyTo
getMetadata
getParent
moveTo
remove
toUrl
(Not documented.)
Annotations
DocsEditable()
DomName('Entry')
Experimental()
Implemented by
DirectoryEntry
FileEntry
Properties
FileSystem
filesystem
read-only
String
fullPath
read-only
bool
isDirectory
read-only
bool
isFile
read-only
String
name
read-only
Methods
copyTo
(
DirectoryEntry
parent
, {
String
name
}) →
Future
<
Entry
>
getMetadata
(
) →
Future
<
Metadata
>
getParent
(
) →
Future
<
Entry
>
moveTo
(
DirectoryEntry
parent
, {
String
name
}) →
Future
<
Entry
>
remove
(
) →
Future
toUrl
(
) →
String