powered by
Returns the full path to an Anki collection database file.
anki_db_path(profile = NULL, base_path = NULL)
Character string path to collection.anki2 or collection.anki21
Profile name. If NULL, uses the first available profile.
Path to Anki2 directory (auto-detected if NULL)
if (FALSE) { anki_db_path() anki_db_path("User 1") }
Run the code above in your browser using DataLab