1al_get_native_file_dialog_path(3)            al_get_native_file_dialog_path(3)
2
3
4

NAME

6       al_get_native_file_dialog_path - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              const char *al_get_native_file_dialog_path(
12                 const ALLEGRO_FILECHOOSER *dialog, size_t i)
13

DESCRIPTION

15       Returns one of the selected paths with index i.  The index should range
16       from 0 to the return value of al_get_native_file_dialog_count(3) -1.
17
18
19
20Allegro reference manual                     al_get_native_file_dialog_path(3)
Impressum