Brian Brown wrote:
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
Rio does that too in theory... just hasn't been implemented yet...

The class Rio handles the Path element, I was considering renaming it to Path but Path is taken in Graphics. Each rio has an executor which on windows represents the volume. The plan is to have executors for other protocols, parsing from a URI string should be part of standard parsing, a "full" absolute path may print as a URI.

Keith

time is extremely short for me at the moment


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to