nsIDirectoryServiceProvider

nsIDirectoryServiceProvider

Used by Directory Service to get file locations.

Methods

getFile(prop, persistent)

getFile

Directory Service calls this when it gets the first request for
a prop or on every request if the prop is not persistent.

Parameters

prop The symbolic name of the file.
persistent TRUE - The returned file will be cached by Directory Service. Subsequent requests for this prop will bypass the provider and use the cache. FALSE - The provider will be asked for this prop each time it is requested.

Returns

The file represented by the property.