Android_GetExternalStorageState( )

Returns a bitmask of these values: ANDROID_EXTERNAL_STORAGE_READ and ANDROID_EXTERNAL_STORAGE_WRITE

Example:


If AndBit( Android_GetExternalStorageState(), ANDROID_EXTERNAL_STORAGE_READ ) Then
Print "Can read from external storage"
End If