volvomann Active Member Licensed User Longtime User Apr 30, 2012 #1 Halo! I dont realy understand the filestructure in androi, I want to save a file in sd card and subdir "pulsdata" File.WriteMap(File.DirRootExternal.???????, "Map.txt", Map1) How will the path look like?
Halo! I dont realy understand the filestructure in androi, I want to save a file in sd card and subdir "pulsdata" File.WriteMap(File.DirRootExternal.???????, "Map.txt", Map1) How will the path look like?
K kickaha Well-Known Member Licensed User Longtime User Apr 30, 2012 #2 Try B4X: File.WriteMap(File.DirRootExternal & "/pulsdata", "Map.txt", Map1) Upvote 0