0029050e8d
When writing desktop application, finding the right location to store user data and configuration varies per platform. Even for single-platform apps, there may by plenty of nuances in figuring out the right location. This kind of thing is what the platformdirs module is for.
4 lines
276 B
Text
4 lines
276 B
Text
When writing desktop application, finding the right location to store user data
|
|
and configuration varies per platform. Even for single-platform apps, there
|
|
may by plenty of nuances in figuring out the right location. This kind of thing
|
|
is what the platformdirs module is for.
|