Open Folder

Emanuel's icon

Sometimes its the simple things that get you stuck:

How can I simply open a folder on my mac harddrive with max?
I tried
;max launchbrowser http://www.xyz.com
in a messagebox.
URLs are ok, bot not folders.

EasyMac's icon

precede your folder path (absolute) with "file://" as the protocol (in place of the "http://" in your example).

Emanuel's icon

Thanks, easymac, that did the trick...