How can I access a 'Browse…' dialog in Sho

2019-06-08 13:33发布

问题:

Okay so I want to use Shoes for some of my programs, but what I absolutely need is a "Browse..." dialog so the user can browse for a directory/file locally. How can I do that?

回答1:

ask_open_file

ask_open_folder



回答2:

If you target only win32-platform, you could use the Win32API-library, I guess.



标签: ruby shoes