tox-dev/platformdirs

Feature Request: Be able to create directories

Closed this issue · 1 comments

Almost always, you want to create the directory at least once, what I propose is either PATH = platformdirs.user_config_data(AppName, AppAuthor, AppVersion).makedirs or PATH = platformdirs.user_config_data(AppName, AppAuthor, AppVersion, MakeDir) which will then make the directory and return the directory path

Use the paths API and call mkdirs on that.