the question is a little out of the context of the skin because it applies to any version of igo whatever its dress
I hope this will allow you to better understand how some partial redirects work in the section [folders] of sys.txt
while CONTENT can be redefined as in your message, i.e. content="/storage/6230-3232/iGO_Maps on SDCARD content="/storage/emulated/0/iGO_Maps in internal memory, it is possible to dissociate some of the sub-directories of CONTENT provided that relative paths based on the location are used from CONTENT
[folders]
content="/storage/emulated/0/iGO_Maps/
userdata="userdata"
userdata="../iGO_Maps/userdata"
the last two lines are therefore equivalent
[folders]
content="/storage/emulated/0/iGO_Maps/
userdata="../../../../storage/6230-3232/iGO_Maps/userdata"
"../../../../" is used to reach the root folder, "storage/6230-3232/iGO_Maps/userdata" is added as relative path
However, it will be necessary to check whether the /end for content is necessary or if igo does not automatically add it because otherwise the absolute path effective for userdata would then be
"/storage/emulated/0/iGO_Maps//../../../../storage/6230-3232/iGO_Maps/userdata"
// is equivalent to a level added as an unnamed subdirectory that prevents the real location of userdata



Likes: 



Reply With Quote
Bookmarks