resolveFileSystemURL


Purpose

Allows the user to look up the entry for a file or a directory referred to by a local URL.

Signature

resolveFileSystemURL(url, successCallback, errorCallback)

Returns

This method does not return anything.

Parameter

Name Description Type Use
url

A URL referring to a local file in a filesystem. It accepts the following values:

  • file:///persistent/

  • file:///temporary/

  • file:///multiuser_persistent/

  • file:///multiuser_temporary/

DOMString required
successCallback A callback that is called to report the entry to which the supplied URL refers. EntryCallback required
errorCallback A callback that is called when errors happen, or when the request to obtain the Entry object is denied. ErrorCallback optional

Related topics

LocalFileSystem
Overview
Legal notice | Copyright © 2015 and Confidential to Pegasystems Inc. All rights reserved. | Feedback
Advanced...