resolveLocalFileSystemURL
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/LocalFileSystemapis/filesystem/LocalFileSystem
Syntax
LocalFileSystem.resolveLocalFileSystemURL(url, successCallback, errorCallback);
Parameters
url
- Data-type
- String
A URL referring to a local file in a filesystem accessable via this API.
successCallback
- Data-type
- String
A callback that is called to report the Entry to which the supplied URL refers.
errorCallback
- Data-type
- String
(Optional)
A callback that is called when errors happen, or when the request to obtain the Entry is denied.
Return Value
No return value
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft