resolveLocalFileSystemSyncURL
Summary
Allows the user to look up the Entry for a file or directory referred to by a local URL.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Method of apis/filesystem/LocalFileSystemSyncapis/filesystem/LocalFileSystemSync
Syntax
var = LocalFileSystemSync.resolveLocalFileSystemSyncURL(url);
Parameters
url
- Data-type
- String
A URL referring to a local file in a filesystem accessable via this API.
Return Value
Returns an object of type
EntrySync
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft