class js.html.fs.EntrySync

Available on js

DRAFT
This page is not complete.

The EntrySync 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:DirectoryEntrySync, name:String):EntrySync

function moveTo(parent:DirectoryEntrySync, name:String):EntrySync

function remove():Void

function toURL():String