Hello Everybody,
I search a easy way to read parameters from a settings.txt file that stored in File.DirRootExternal.
In the past I use in VB to create a Settings.ini file.
I wrote the parameter like
"[Settings]
"Variable=value
So I could search the parmeter "Variable" and read the value.
But how do I have to do this on Android?
thank you
O.
I search a easy way to read parameters from a settings.txt file that stored in File.DirRootExternal.
In the past I use in VB to create a Settings.ini file.
I wrote the parameter like
"[Settings]
"Variable=value
So I could search the parmeter "Variable" and read the value.
But how do I have to do this on Android?
thank you
O.