Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
DirectoryEntrySync |
DirectoryEntrySync.getDirectory(String path,
Object flags)
Creates or looks up a directory.
|
DirectoryEntrySync |
DOMFileSystemSync.getRoot() |
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.moveTo(DirectoryEntrySync parent,
String name)
Move an entry to a different location on the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
JsDirectoryEntrySync |
Modifier and Type | Method and Description |
---|---|
JsEntrySync |
JsEntrySync.copyTo(DirectoryEntrySync parent,
String name) |
JsEntrySync |
JsEntrySync.moveTo(DirectoryEntrySync parent,
String name) |
Copyright © 2018. All rights reserved.