Re: [Pharo-dev] Windows FileSystem '\test\bar' not an absolute path

2014-03-22 Thread Ben Coman
b...@openinworld.com wrote: Ben Coman wrote: I have some strong concerns about the semantics of FileSystem on MS Windows treating '\directory' as a relative path rather than an absolute path. For example currently... '/tmp/test.txt' asFileReference fullName--

[Pharo-dev] Windows FileSystem '\test\bar' not an absolute path

2014-03-09 Thread Ben Coman
I have some strong concerns about the semantics of FileSystem on MS Windows treating '\directory' as a relative path rather than an absolute path. For example currently... '/tmp/test.txt' asFileReference fullName -- 'C:\Users\Ben\AppData\Roaming\Pharo\images\30790\tmp\test.txt' when

Re: [Pharo-dev] Windows FileSystem '\test\bar' not an absolute path

2014-03-09 Thread btc
Ben Coman wrote: I have some strong concerns about the semantics of FileSystem on MS Windows treating '\directory' as a relative path rather than an absolute path. For example currently... '/tmp/test.txt' asFileReference fullName--