Re: [Pharo-users] How to access path elements of a path

2017-06-18 Thread Stephane Ducasse
Hi alistair Thanks alistair. It looks to me that there is something missing because the printOn: is producing this. Relying on DiskStore current stringFromPath: looks ugly to me. https://pharo.fogbugz.com/f/cases/20165/Support-segment-path-printing So I propose to add Path >> printPathOn: aStre

Re: [Pharo-users] How to access path elements of a path

2017-06-18 Thread Alistair Grant
Hi Stef, On Sun, Jun 18, 2017 at 05:54:08PM +0200, Stephane Ducasse wrote: > Hi guys > > (FileSystem workingDirectory / 'book-result' / 'W01-Welcome') > relativeToReference: FileSystem workingDirectory > >>> Path * 'book-result' / 'W01-Welcome' > > And I would like to get 'book-result/W01-Welco

[Pharo-users] How to access path elements of a path

2017-06-18 Thread Stephane Ducasse
Hi guys (FileSystem workingDirectory / 'book-result' / 'W01-Welcome') relativeToReference: FileSystem workingDirectory >>> Path * 'book-result' / 'W01-Welcome' And I would like to get 'book-result/W01-Welcome' I tried all kind of combination and the lack of comments (Yes I know I added the ones