nsIDirectoryServiceProvider More...
import "nsIDirectoryService.idl";
Inheritance diagram for nsIDirectoryServiceProvider:Public Member Functions | |
| nsIFile | getFile (in string prop, out PRBool persistent) |
| getFile | |
Used by Directory Service to get file locations.
getFile
Directory Service calls this when it gets the first request for a prop or on every request if the prop is not persistent.
| 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. |
1.7.1