April 19, 2024, 07:05:33 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


File Requester

Started by kryton9, July 29, 2006, 05:09:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kryton9

July 29, 2006, 05:09:50 PM Last Edit: July 29, 2006, 05:30:44 PM by kryton9
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 :)

ExMember001

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 ;)