.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_get_native_file_dialog_path" "3" "" "Allegro reference manual" "" .SH NAME al_get_native_file_dialog_path \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] const char *al_get_native_file_dialog_path( const ALLEGRO_FILECHOOSER *dialog, size_t i) .EE .SH DESCRIPTION Returns one of the selected paths with index \f[CR]i\f[R]. The index should range from \f[CR]0\f[R] to the return value of al_get_native_file_dialog_count(3) \f[CR]\-1\f[R]. .RS .PP \f[I]Note:\f[R] 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(3). .RE