Clickteam Fusion 2.5

Clickteam Fusion 2.5

LayDB May 23, 2016 @ 11:42am
Need Help:: Android INI check problem!
Greetings again! I've tried to check if a INI-File exists but it doesn't work well...
Last edited by LayDB; May 23, 2016 @ 11:42am
< >
Showing 1-7 of 7 comments
LayDB May 23, 2016 @ 11:46am 
Here is a picture of the check: http://imgur.com/Mvac2No
Ive used the File-exist methode but i don't know how to get the right path of the INI
and here is a picture where i saved the INI File: http://imgur.com/p04Wl6d
kisguri  [developer] May 23, 2016 @ 1:57pm 
Take a string object place it on your frame, and set the string to DataStorageDirectory$+"Pref.ini" and see if the output looks correct on device. let us know how it goes.
LayDB May 24, 2016 @ 12:13am 
The Output says: /data/data/com.myapp.app/filesPrefs.ini
I try to add a "/" to Prefs.ini >> "/Prefs.ini
LayDB May 24, 2016 @ 12:18am 
hmm ive tried it but it still does not work :/
kisguri  [developer] May 25, 2016 @ 9:05am 
if you set it to /data/data/com.myapp.app/files/Prefs.ini , have you gone to this location to see if the file is there?

Secondly you can simply name the file in properties and use the Application Data folder property.
LayDB May 25, 2016 @ 9:14am 
You know the: AppPath$ doesn't work on android INI
kisguri  [developer] May 25, 2016 @ 2:47pm 
No it does not, but you can pull various file locations from the "Android Object"

EX: ExternalStorageDirectory$( "Android object" )
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: May 23, 2016 @ 11:42am
Posts: 7