Simple File Open Dialog?

Blitz3D Forums/Blitz3D Programming/Simple File Open Dialog?

LamptonWorm(Posted 2008) [#1]
Hi all,

Been searching but not found it yet, is there a really easy to implement file browser?

e.g. myfile$ = OpenFile("c:\temp","*.txt")

Where OpenFile starts a standard W32 file open box?

Cheers,
LW.


LamptonWorm(Posted 2008) [#2]
(update, found two in the code archives, but I was after a 'light' solution if something already exists other than these entries)


OJay(Posted 2008) [#3]
http://www.geocities.com/blitzmirror/blitzsys_v105.zip


LamptonWorm(Posted 2008) [#4]
Woah.. cool :)