HTML - HREF and local mac files

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

EOF(Posted 2007) [#1]
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>