Skip to main content

download_root

Function download_root 

Source
fn download_root(db: &DatabaseWrapper) -> Result<PathBuf, String>
Expand description

The directory every download has to stay inside: the storage root storage_get_path hands the frontend, which is the database’s parent.

TRACES: DR-211 | UT-205