dialog_event_get_filebrowse_filepaths()

Deprecated: File browse dialogs no longer appear.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_event_get_filebrowse_filepaths(bps_event_t *event,
                                                  char **file_paths[],
                                                  int *num_paths) BPS_DEPRECATED

Since:

BlackBerry 10.0.0

Arguments:

Library:

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

Description:

Deprecated:

File browse dialogs no longer appear. Attempting to show a file browse dialog generates a DIALOG_RESPONSE event containing an error message that can be retrieved using the dialog_event_get_error() function. This function has no effect.

Returns: