HTML - HREF and local mac files

Miscellaneous Forums/MacOS X Discussion/HTML - HREF and local mac files

How do you link to a mac file through HTML tags?

Example in win32 ..
<a href="file://D:\BlitzMax\thisfile.bmx">CLICK ME</a>


Would this work on Mac?
<a href="file://Applications/BlitzMax/thisfile.bmx">CLICK ME</a>