Directory.txt (607B)
1 / 2 3 /apps/ 4 5 /apps/com.devname.progname/ = $ (like /home/b/ = ~) 6 $/src/ (for lua soure files) 7 $/res/ (for static resources, cant be changed by program, only updates) 8 $/data/ (all program data) 9 $/settings/ (application settings) 10 $/os/ (for OS use only) 11 $/os/hashes (a list of relative to $ filepaths, file hash) 12 $/os/hashes.sig ($/os/hashes fingerprint when signed by the developers public key) 13 $/os/dev.pub (the developers public key) 14 $/proc (the process, if its not running then it will be missing) 15 $/parent (symlink to /app/com.parent.app/ if it has a parent) 16 17 18 19 20 21 22