tags:

views:

21

answers:

1

Request-file/path returns a folder and files in a block but still requires to select at least a file: it isn't possible to select a folder only.

Update: request-dir exists but it's not the windows dialog, I prefer windows dialog like request-file, isn't it possible ?

+1  A: 

Use this,

request-dir
endo64
oh yes I forgot this one :) but it's not the windows dialog, I prefer windows dialog like request-file, isn't it possible ?
Rebol Tutorial
I don't think it is possible without using win32 API (for windows)
endo64