M Martin Beukes Member Licensed User Longtime User Mar 14, 2018 #1 Hi, I don't know if I am missing something easy here, but I need to check available storage on the internal storage. Not the total, but the remaining. Thanks. Martin
Hi, I don't know if I am missing something easy here, but I need to check available storage on the internal storage. Not the total, but the remaining. Thanks. Martin
lemonisdead Well-Known Member Licensed User Longtime User Mar 14, 2018 #2 Hello Martin, The OSLibrary has AvailableExternalMemorySize and AvailableInternalMemorySize methods https://www.b4x.com/android/help/oslibrary.html Seems to still work (tested on 7.1.1 minutes ago) Upvote 0
Hello Martin, The OSLibrary has AvailableExternalMemorySize and AvailableInternalMemorySize methods https://www.b4x.com/android/help/oslibrary.html Seems to still work (tested on 7.1.1 minutes ago)
M Martin Beukes Member Licensed User Longtime User Mar 14, 2018 #3 So, Yes, I just missed something. Thanks! Upvote 0