import_bookmarks

Function import_bookmarks 

Source
pub fn import_bookmarks(
    db_path: &Path,
    import_dir: &Path,
) -> Result<ImportStats>
Expand description

Import bookmarks from file tree to database.

This performs a full rebuild: deletes all existing bookmarks and re-imports.

ยงErrors

Returns an error if the database cannot be modified or files cannot be read.