July 29, 2008
9:29 p.m.
URI is uniform resource identifier - http://, file://, etc... so using those are platform independent from a filename perspective: file:///C/temp/foo.bar (window: C:\temp\foo.bar) file:///Users/brian/foo.bar (unix: /Users/brian/foo.bar) - Brian On Jul 29, 2008, at 2:58 PM, Keith Hodges wrote:
=== Do you think that URI could be introduced in Rio? I have no idea what URI is. And I have some questions