multiselect-flag for RequestFile$ (Win32)

BlitzMax Forums/BlitzMax Module Tweaks/multiselect-flag for RequestFile$ (Win32)

Byteemoz(Posted 2005) [#1]
Some changes to the BRL.System module files to allow selecting multiple files in the win32 RequestFile dialog:

In "system.bmx" line 219, function RequestFile$


In "system.win32.bmx" line 78, method RequestFile$ of TWin32SystemDriver


In "system.win32.c" line 237, C-Function int bbSystemRequestFile


--Byteemoz


Perturbatio(Posted 2005) [#2]
I posted something like this here


Byteemoz(Posted 2005) [#3]
Whoopsie... kinda missed that one.