Android Question File.Readstring & File.Writestring

Fabri

Member
Licensed User
Hello,
I'm a beginner, maybe for you this is a no-problem.
I'd like to read information but if position doesn't exist the complier return me an error
Value1 = File.ReadString(File.DirInternal, "Text")
Value2 = File.ReadString(File.DirInternal, "Text2")
Is it possible initialize to read information before write them?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top