1al_get_native_file_dialog_path(3) al_get_native_file_dialog_path(3)
23
4
NAME
6al_get_native_file_dialog_path - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
const char *al_get_native_file_dialog_path(
12const ALLEGRO_FILECHOOSER *dialog, size_t i)
13
DESCRIPTION
15Returns one of the selected paths with index i. The index should range
16from 0 to the return value of al_get_native_file_dialog_count(3) -1.
1718
19
20
Allegro reference manual al_get_native_file_dialog_path(3)