hello everyone, I’m a newbee.
Is there any ruby wrapper for win32 comdlg32(.dll)?
I noticed that swin(http://raa.ruby-lang.org/project/swin/) 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!