Set the file URI of the menu request.
#include "bps/menu.h"
BPS_API int menu_request_set_file_uri(menu_request_t *request,
const char *file_uri)
BlackBerry 10.0.0
The request to update.
The file URI to set.
The menu_request_set_file_uri() function sets the file URI of the specified menu request. The file URI is used for the type interface and it must be provided if the type is not specified. The expected format is a string value.
For example, "file:///path/to/file.txt"
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.