Retrieve the path where the removable media is mounted at.
#include <bps/removablemedia.h>
BPS_API const char* removablemedia_info_get_mount_path(removablemedia_info_t *info)
BlackBerry 10.2.0
The removablemedia_info_t structure to get the mount path from.
The removablemedia_info_get_mount_path() function retrieves the path where the removable media is mounted from a removablemedia_info_t structure.
The mount path or NULL on error.