getParent
Summary
Look up the parent DirectoryEntrySync containing this EntrySync. If this EntrySync is the root of its filesystem, its parent is itself.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Method of apis/filesystem/EntrySyncapis/filesystem/EntrySync
Syntax
var = EntrySync.getParent();
Return Value
Returns an object of type
DirectoryEntrySync
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft