Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryEntrySync
DRAFT This page is not complete.
|
interface |
FileEntrySync
DRAFT This page is not complete.
|
Modifier and Type | Method and Description |
---|---|
EntrySync |
EntrySync.copyTo(DirectoryEntrySync parent,
String name)
Copy an entry to a different location on the file system.
|
EntrySync |
EntrySync.getParent()
Look up the parent
DirectoryEntry containing this entry. |
EntrySync |
EntryArraySync.item(int index) |
EntrySync |
EntrySync.moveTo(DirectoryEntrySync parent,
String name)
Move an entry to a different location on the file system.
|
EntrySync |
WorkerGlobalScope.webkitResolveLocalFileSystemSyncURL(String url) |
Modifier and Type | Class and Description |
---|---|
class |
JsDirectoryEntrySync |
class |
JsEntrySync |
class |
JsFileEntrySync |
Copyright © 2018. All rights reserved.