import "nsIPlacesImportExportService.idl";
Public Member Functions | |
| void | importHTMLFromFile (in nsILocalFile aFile, in boolean aIsInitialImport) |
| void | importHTMLFromFileToFolder (in nsILocalFile aFile, in PRInt64 aFolder, in boolean aIsInitialImport) |
| void | exportHTMLToFile (in nsILocalFile aFile) |
| void | backupBookmarksFile () |
Definition at line 49 of file nsIPlacesImportExportService.idl.
| void nsIPlacesImportExportService::backupBookmarksFile | ( | ) |
Backup the bookmarks.html file.
| void nsIPlacesImportExportService::exportHTMLToFile | ( | in nsILocalFile | aFile | ) |
Saves the current bookmarks hierarchy to a bookmarks.html file.
| void nsIPlacesImportExportService::importHTMLFromFile | ( | in nsILocalFile | aFile, | |
| in boolean | aIsInitialImport | |||
| ) |
Loads the given bookmarks.html file and replaces it with the current bookmarks hierarchy (if aIsInitialImport is true) or appends it (if aIsInitialImport is false)
| void nsIPlacesImportExportService::importHTMLFromFileToFolder | ( | in nsILocalFile | aFile, | |
| in PRInt64 | aFolder, | |||
| in boolean | aIsInitialImport | |||
| ) |
Loads the given bookmarks.html file and puts it in the given folder
1.5.8