This method of the IShellUIHelper interface handles the importing and exporting of Microsoft® Internet Explorer favorites.
public void ImportExportFavorites(boolean fImport,
java.lang.String strImpExpPath);
fImport | The VARIANT_BOOL value that specifies if this is an import or export operation. VARIANT_TRUE indicates an import operation, while VARIANT_FALSE indicates an export operation. |
strImpExpPath | The string value that contains the path to the location of the import or export file. |