Multifile select with RequestFile

BlitzMax Forums/BlitzMax Beginners Area/Multifile select with RequestFile

Is it possible to select and load multiple files with RequestFile ?

Thanks,
Sash

I don't think you can select multiple files, but you can select and load an entire directory with RequestDir()

Thanks for the reply,
Will have to code one myself then :(
no biggy.

In the Module Tweaks forum someone wrote a tweak so you could select multiple files.
[edit]

Here it is, http://www.blitzbasic.com/Community/posts.php?topic=53902

perfect, thanks!!

That ought to be part of the official distro, one would think...