IonicWind Software

Aurora Compiler => GUI => Topic started by: kryton9 on July 29, 2006, 05:09:50 PM

Title: File Requester
Post by: kryton9 on July 29, 2006, 05:09:50 PM
Been looking and not seeing how to go about with a filerequester. I want to have the user be able to get a normal windows file browse, select and openl.
I want to be able to search for just .x, ,3ds etc files. All the stuff I have seen seem to open files to read and write to.

I am not sure what that thing is called, I just assumed file requester.

OK I THINK I FOUND WHAT I NEED IN THE MODPLAYER EXAMPLE :)
Title: Re: File Requester
Post by: ExMember001 on July 29, 2006, 05:33:13 PM
Filerequest command return a string that contain the selected file path.
to write in it you must openfile this file, write in this file and then close this file ;)