Native Browser Window

BlitzMax Forums/MaxGUI Module/Native Browser Window

Dezzo(Posted 2010) [#1]
In the Blitzmax IDE , when i click on the FILE menu entry i get the native file Browser Window.
Is it possible with MaxGui ? I havn´t found yet a Command to do that.

D


Dezzo(Posted 2010) [#2]
in other words: I talk about a native file explorer.


impixi(Posted 2010) [#3]
There are some standard BlitzMax (not MaxGUI) functions:

RequestFile
RequestDir

See the BlitzMax help for more info.


jsp(Posted 2010) [#4]
RequestFile$( text$,extensions$="",save_flag=False,initial_path$="" )

or

RequestDir$( text$,initial_path$="" )

can used with BlitzMax (and not limited to MaxGui)


Dezzo(Posted 2010) [#5]
Great ! Thank You for That ! Project is heading towards.....

Merry X-Mas Guys !