This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

toURL

Summary

Returns a URL that can be used to identify this Entry.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

Method of apis/filesystem/Entryapis/filesystem/Entry

Syntax

var  = Entry.toURL();

Return Value

Returns an object of type

DOMString

Notes

The URL has no specific expiration; as it describes a location on disk, it should be valid at least as long as that location exists.

Related specifications

W3C File API: Directories and System Specification
W3C Working Draft