Try opening an HTML file on your hard drive. Then you should be able
to read the details you need. I'm on Windows, and to specify a file I
end up with "file:///C:/Documents%20and%20Settings/Robert%20Lynch/My%20Documents/"
etc. for files in my "My Documents" folder. Depending on what OS you
use and where your files live, you may have something similarly ugly
to deal with.
--
Robert Lynch
robert...@gmail.com
Do you procrastinate? http://groups.yahoo.com/group/TheNowHabit/
These all take take me to the file "foo.txt" on my desktop
UNIX: /Users/YOURUSERNAME/Desktop/foo.txt
HFS: YOURDRIVE:Users:YOURUSERNAME:Desktop:foo.txt
URL: file://localhost/Users/YOURUSERNAME/Desktop/foo.txt
In my super-scientific 10-second experiment, the third one worked swell
in iCal. :)
http://www.macosxhints.com/article.php?story=20060113094651714&query=ical
In the comments there is a script for having it done a little more
automatically.
Those three in my example were all copied using Path Finder, which has
a handy menu for capturing the path in the style of your choosing.
Which I love.