metzeller_2013 Member Licensed User Longtime User May 3, 2014 #1 Hi! Can the filedialog class be used to get or identify the proper path of external sd cards? say point to certain folder in the external sd card like a file explorer and get its path for saving. Thanks....
Hi! Can the filedialog class be used to get or identify the proper path of external sd cards? say point to certain folder in the external sd card like a file explorer and get its path for saving. Thanks....
HotShoe Well-Known Member Licensed User Longtime User May 3, 2014 #2 The MLfiles library will try to find a mounted external sdcard and return it's path. http://www.b4x.com/android/forum/threads/file-handling-library.19247/ Use the GetExtSd method. --- Jem Upvote 0
The MLfiles library will try to find a mounted external sdcard and return it's path. http://www.b4x.com/android/forum/threads/file-handling-library.19247/ Use the GetExtSd method. --- Jem
metzeller_2013 Member Licensed User Longtime User May 5, 2014 #3 @HotShoe Thanks i'll give it a try... But i've seen a thread here which have problems in identifying the sdcard.... Upvote 0
@HotShoe Thanks i'll give it a try... But i've seen a thread here which have problems in identifying the sdcard....