How do you link to a mac file through HTML tags?
Example in win32 ..
Would this work on Mac?
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>