You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have helper classes to give ARTist and its modules easy access to predefined directories where they can store and read files without having to care about finding a writable folder. It will also help abstracting from whether ARTist is recompiling apps or the system server since at boot time not all directories are available already.
The text was updated successfully, but these errors were encountered:
It can be used by ARTist itself and its modules.
Modules receive a chroot-like version within dedicated module folders
TODO: Currently, the base path is hardcoded to point into the ArtistGui data dir. When officially adding system server support, we need a detection what we are actually compiling.
schrnz
added a commit
to Project-ARTist/art
that referenced
this issue
May 2, 2018
We should have helper classes to give ARTist and its modules easy access to predefined directories where they can store and read files without having to care about finding a writable folder. It will also help abstracting from whether ARTist is recompiling apps or the system server since at boot time not all directories are available already.
The text was updated successfully, but these errors were encountered: