Hyperlink to Folder on the Filesystem

geri79geri79 Member Posts: 105
Hello,

I'd like to open a folder in the explorer by hyperlink in nav.
My solution is a button with:

SHELL('C:\WINDOWS\explorer.exe', 'x:\myfolder');

I tried also with the hyperlink command, but it didn't work.
Hyperlink('x:\myfolder');

In a multi user enviroment maybe the 'C:\WINDOWS\explorer.exe' is not perfect, because of different windows versions and so on. What do you think?
geri

Comments

Sign In or Register to comment.