Retrieve the camera roll path.
#include <camera/camera_api.h>
camera_error_t camera_roll_get_path(camera_handle_t handle,
char *pathname,
int pathlen)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
A buffer to receive the NULL-terminated string specifying the path to the camera roll.
The size of the pathname buffer. This should be set to CAMERA_ROLL_NAMELEN.
Use this function to retrieve the camera roll path in which the camera stores photo and video files using camera_roll_open_photo() and camera_roll_open_video(). See also camera_roll_set_path().
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.