removablemedia_info_get_mount_path()

Retrieve the path where the removable media is mounted at.

Synopsis:

#include <bps/removablemedia.h>
 
BPS_API const char* removablemedia_info_get_mount_path(removablemedia_info_t *info)

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the mount path from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The removablemedia_info_get_mount_path() function retrieves the path where the removable media is mounted from a removablemedia_info_t structure.

Returns:

The mount path or NULL on error.