Hi there !
We’re making an application for schools where they can download some assets that will be loaded dynamically later.
The user have 3 choices :
-
- download for self (it is saved in persistentDataPath)
-
- download for the different users on the device (saved in ???)
-
- download on any other directory, the user opens a custom file browser to select it.
So my question is about the second point, I don’t know where to save it without getting a “permission denied” error.
On Windows, we write into a subdir of System.Environment.SpecialFolder.CommonApplicationData, and on OSX into a subdir of /usr/local.
Does anyone have an idea about possible the location on Linux ?