nsIFileURL

nsIFileURL provides access to the underlying nsIFile object corresponding to
an URL. The URL scheme need not be file:, since other local protocols may
map URLs to files (e.g., resource:).

Attributes

file

Get/Set nsIFile corresponding to this URL.