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