app-dirs-rs / app_dirs2

A maintained fork of the app-dirs-rs project.
MIT License
35 stars 7 forks source link

Do not create root dirs in get_* functions #8

Closed robinkrahl closed 4 years ago

robinkrahl commented 4 years ago

This patch series fixes a bug in the get_app_root and get_app_dir functions, see this bug report for the original project: According to their documentation, the functions should not create new directories. But they called the data_root and app_root functions that create missing directories.

kornelski commented 4 years ago

Tests 👍