Sberla Active Member Licensed User Longtime User May 11, 2015 #1 Hello community, i would know if is possibile to create a txt file inside the device using b4a... thanks
Hello community, i would know if is possibile to create a txt file inside the device using b4a... thanks
eurojam Well-Known Member Licensed User Longtime User May 11, 2015 #2 see: http://www.b4x.com/android/help/files.html#textwriter Upvote 0
Sberla Active Member Licensed User Longtime User May 11, 2015 #3 Thanks eurojam for the answer, i've use this instruction but when i write true at the end of the instruction b4a give me an error, do i need some permission of writing? Upvote 0
Thanks eurojam for the answer, i've use this instruction but when i write true at the end of the instruction b4a give me an error, do i need some permission of writing?
eurojam Well-Known Member Licensed User Longtime User May 11, 2015 #4 post your code, that's make it easier Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 12, 2015 #5 I don't recommend using TextWriter in most cases. Just use File.WriteString. See this tutorial: https://www.b4x.com/android/forum/threads/6690/#content Upvote 0
I don't recommend using TextWriter in most cases. Just use File.WriteString. See this tutorial: https://www.b4x.com/android/forum/threads/6690/#content