Android Question [newbie question] how can i create , write , and read a file ? [ Solved ]

Waldemar Lima

Well-Known Member
Licensed User
hi everyone !
i am looking for a tutorial to learn create a new file , write string into this file , and read all lines of this file ...
 

Waldemar Lima

Well-Known Member
Licensed User
i learn about that and i found this commands :)

File.WriteString(File.DirRootExternal,"myfile.txt","HelloWorld")
Log(File.ReadString(File.DirRootExternal,"myfile.txt"))
 
Upvote 0
Top