July 30, 2008
9:53 p.m.
- Rio does not support relative paths. If you get the directory relative to the default path it simply stores the full absolute path. If I move the Smalltalk image around, Rio points to the wrong location.
It should do... 'test/myFile' asRio should be a relative directory. 'test/myFile' asRio full should be an absolute directory. Keith