K so for the flex converter i made, i need to store some temperory files on disk and later delete them, but i cant save them because 'Permission Denied', problem solves when the script is ran as root.
I tried saving in -
/private/tmp
/var/mobile
/var/mobile/Documents/Flex
so my question is, is there any directory that doesnt need root access to be able to write to? or if there is some chmod 755 or whatever permission that can be run to make the directory writeable? because it would be nice if script could be run with typing su and the password
thx in advance