Android Question How to write a simple txt file on local drive while dworking with emulator?euve

sarkis

Member
Licensed User
Longtime User
Hi,
I need to write a .txt file to the local folder.
I cannot find a reasonable explanations in tutorials.
Thanks
 

Douglas Farias

Expert
Licensed User
Longtime User
B4X:
File.WriteString(File.DirInternal, "1.txt", "texto")
?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

sarkis

Member
Licensed User
Longtime User
Did you have a look at following chapters in the Beginner's Guide ?
14 Basic Language / 14.10 Files
6. Emulator / 6.4 Exchanging files with the PC

From the 10.4 it is not clear that emulator cannot work with windows files.
Chapter 6 I am reading now.
Thanks for references.
 
Upvote 0
Top