[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

win32 comdlg32(.dll) wrapper in ruby?

yang cao

4/8/2007 5:02:00 PM

hello everyone, I'm a newbee.

Is there any ruby wrapper for win32 comdlg32(.dll)?

I noticed that swin(http://raa.ruby-lang.org/pro...) have a few.
But its openFilename method can't return full file names when I set
flag=OFN_EXPLORER|OFN_ALLOWMULTISELECT,
it only return the folder's path,but no file name when I selected more
than one file ...

thanks!