Determine whether the removable media is read only.
#include <bps/removablemedia.h>
BPS_API bool removablemedia_info_is_read_only(removablemedia_info_t *info)
BlackBerry 10.2.0
The removablemedia_info_t structure to get the read only status from.
The removablemedia_info_is_read_only() function determines whether the removable media has been mounted as read only from a removablemedia_info_t structure.
true if the removable media is read only, false otherwise.