ciginfo Well-Known Member Licensed User Longtime User Nov 7, 2011 #1 Hello, Where are the files created (Ex: File.WriteList (File.DirRootExternal, FilePOIDS, ListPds) on the computer when compiling and using the emulator. I want to delete some files. thank you
Hello, Where are the files created (Ex: File.WriteList (File.DirRootExternal, FilePOIDS, ListPds) on the computer when compiling and using the emulator. I want to delete some files. thank you
Erel B4X founder Staff member Licensed User Longtime User Nov 7, 2011 #2 The emulator doesn't store files in Windows file system. The files are stored in a single image file. Upvote 0
The emulator doesn't store files in Windows file system. The files are stored in a single image file.
thedesolatesoul Expert Licensed User Longtime User Nov 7, 2011 #3 You can use 'adb -e shell' to access the emulator filesystem. Upvote 0