Cody Mikol
05/01/2022, 12:32 AMdarkmoon_uk
05/01/2022, 1:13 AMSystem.getProperty("user.dir")
to identify user folder in a cross-platform manner, then manage a sub-folder of your own.AppData
folder from there, on MacOS systems, but I'd be concerned about robustness with later MacOS versions in that case - Apple are prone to change the world at times.Cody Mikol
05/01/2022, 1:21 AMeddie
05/01/2022, 4:02 AM%APPDATA%
or %LOCALAPPDATA%
• macOS: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/Fi[…]ProgrammingGuide/FileSystemOverview/FileSystemOverview.htmlMichael Paus
05/01/2022, 9:46 AMBig Chungus
05/01/2022, 12:11 PMMichael Paus
05/01/2022, 1:42 PM