char * file_select()
Returns a new allocated string containing the absolute filename selected by a file selector, or 0 if you cancel the selection.
Attention Be careful, the string is allocated each time the function is called, use free() to release it.