logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_native_file_dialog_path - Allegro 5 API

Description

       Returns  one  of  the  selected paths with index i.  The index should range from 0 to the return value of
       al_get_native_file_dialog_count(3alleg5) -1.

              Note: On Android, this function returns a content:// Universal Resource Identifier  instead  of  a
              file  path  due  to  the  constraints  of  Scoped  Storage.   Selected files may be accessed using
              al_android_open_fd(3alleg5).

Allegro reference manual                                                 al_get_native_file_dialog_path(3alleg5)

Name

       al_get_native_file_dialog_path - Allegro 5 API

Synopsis

              #include <allegro5/allegro_native_dialog.h>

              const char *al_get_native_file_dialog_path(
                 const ALLEGRO_FILECHOOSER *dialog, size_t i)

See Also