Open File window with MAxGUI

BlitzMax Forums/BlitzMax Programming/Open File window with MAxGUI

Is there a function to directly load an open File window?

filename$=RequestFile$(RequesterTitle$,ext$="",SaveFlag=False,StartPath$="")

See also:
RequestFolder()

thanks