S sarkis Member Licensed User Longtime User Jan 15, 2015 #1 Hi, I need to write a .txt file to the local folder. I cannot find a reasonable explanations in tutorials. Thanks
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 Jan 15, 2015 #2 B4X: File.WriteString(File.DirInternal, "1.txt", "texto") ? Upvote 0
S sarkis Member Licensed User Longtime User Jan 15, 2015 #3 Douglas Farias said: B4X: File.WriteString(File.DirInternal, "1.txt", "texto") ? Click to expand... And where it should be stored? Upvote 0
Douglas Farias said: B4X: File.WriteString(File.DirInternal, "1.txt", "texto") ? Click to expand... And where it should be stored?
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2015 #4 The emulator doesn't work with Windows file system. It has its own internal file system. You can use ddms tool to access the emulator files. Upvote 0
The emulator doesn't work with Windows file system. It has its own internal file system. You can use ddms tool to access the emulator files.
S sarkis Member Licensed User Longtime User Jan 15, 2015 #5 Erel said: The emulator doesn't work with Windows file system. It has its own internal file system. You can use ddms tool to access the emulator files. Click to expand... Ok, where from can I get that "ddms" ? thanks Upvote 0
Erel said: The emulator doesn't work with Windows file system. It has its own internal file system. You can use ddms tool to access the emulator files. Click to expand... Ok, where from can I get that "ddms" ? thanks
DonManfred Expert Licensed User Longtime User Jan 15, 2015 #6 http://developer.android.com/tools/debugging/ddms.html Upvote 0
klaus Expert Licensed User Longtime User Jan 15, 2015 #7 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 Upvote 0
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
S sarkis Member Licensed User Longtime User Jan 15, 2015 #8 klaus said: 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 Click to expand... 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
klaus said: 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 Click to expand... From the 10.4 it is not clear that emulator cannot work with windows files. Chapter 6 I am reading now. Thanks for references.