Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
DirectoryEntry |
DOMFileSystem.getRoot() |
Modifier and Type | Method and Description |
---|---|
void |
Entry.copyTo(DirectoryEntry parent)
Copy an entry to a different location on the file system.
|
void |
Entry.copyTo(DirectoryEntry parent,
String name)
Copy an entry to a different location on the file system.
|
void |
Entry.copyTo(DirectoryEntry parent,
String name,
EntryCallback successCallback)
Copy an entry to a different location on the file system.
|
void |
Entry.copyTo(DirectoryEntry parent,
String name,
EntryCallback successCallback,
ErrorCallback errorCallback)
Copy an entry to a different location on the file system.
|
void |
Entry.moveTo(DirectoryEntry parent)
Move an entry to a different location on the file system.
|
void |
Entry.moveTo(DirectoryEntry parent,
String name)
Move an entry to a different location on the file system.
|
void |
Entry.moveTo(DirectoryEntry parent,
String name,
EntryCallback successCallback)
Move an entry to a different location on the file system.
|
void |
Entry.moveTo(DirectoryEntry parent,
String name,
EntryCallback successCallback,
ErrorCallback errorCallback)
Move an entry to a different location on the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
JsDirectoryEntry |
Modifier and Type | Method and Description |
---|---|
void |
JsEntry.copyTo(DirectoryEntry parent) |
void |
JsEntry.copyTo(DirectoryEntry parent,
String name) |
void |
JsEntry.copyTo(DirectoryEntry parent,
String name,
EntryCallback successCallback) |
void |
JsEntry.copyTo(DirectoryEntry parent,
String name,
EntryCallback successCallback,
ErrorCallback errorCallback) |
void |
JsEntry.moveTo(DirectoryEntry parent) |
void |
JsEntry.moveTo(DirectoryEntry parent,
String name) |
void |
JsEntry.moveTo(DirectoryEntry parent,
String name,
EntryCallback successCallback) |
void |
JsEntry.moveTo(DirectoryEntry parent,
String name,
EntryCallback successCallback,
ErrorCallback errorCallback) |
Copyright © 2018. All rights reserved.