/* GEOSLib example using DlgBoxFileSelect Maciej 'YTM/Elysium' Witkowiak 26.12.1999 */ #include char fName[17]=""; void main (void) { r0=(int)fName; DlgBoxOk(CBOLDON "You now will be presented","with apps list" CPLAINTEXT); DlgBoxFileSelect("",APPLICATION,fName); DlgBoxOk("You've chosen:" CBOLDON, fName); }