class js.html.fs.Entry
Available on js
Sub classes | ||||||
![]() | DirectoryEntry, FileEntry |
|
DRAFT
This page is not complete.
The Entry
interface of the FileSystem API represents entries in a file system. The entries can be a file or a DirectoryEntry.
Documentation for this class was provided by MDN.
Instance Fields
function copyTo(parent:DirectoryEntry, ?name:String, ?successCallback:EntryCallback, ?errorCallback:ErrorCallback):Void
function moveTo(parent:DirectoryEntry, ?name:String, ?successCallback:EntryCallback, ?errorCallback:ErrorCallback):Void