Re: [Pharo-users] FileReference>>#moveTo: across filesystems

2017-11-13 Thread Alistair Grant
On 13 November 2017 at 19:11, Alistair Grant wrote: > Hi Claudio, > > On 13 November 2017 at 18:49, Claudio Corrodi wrote: >> Hi all, >> >> Manuel Leuenberger and I ran into an issue with the FileReference>>#moveTo: >> method last week. On my system, I have "/" and "/home" in two different >> par

Re: [Pharo-users] FileReference>>#moveTo: across filesystems

2017-11-13 Thread Stephane Ducasse
This is great to see FileSystem improving. On Mon, Nov 13, 2017 at 7:11 PM, Alistair Grant wrote: > Hi Claudio, > > On 13 November 2017 at 18:49, Claudio Corrodi wrote: >> Hi all, >> >> Manuel Leuenberger and I ran into an issue with the FileReference>>#moveTo: >> method last week. On my system,

Re: [Pharo-users] FileReference>>#moveTo: across filesystems

2017-11-13 Thread Alistair Grant
Hi Claudio, On 13 November 2017 at 18:49, Claudio Corrodi wrote: > Hi all, > > Manuel Leuenberger and I ran into an issue with the FileReference>>#moveTo: > method last week. On my system, I have "/" and "/home" in two different > partitions/file systems. If I do something like the following, Pha

[Pharo-users] FileReference>>#moveTo: across filesystems

2017-11-13 Thread Claudio Corrodi
Hi all, Manuel Leuenberger and I ran into an issue with the FileReference>>#moveTo: method last week. On my system, I have "/" and "/home" in two different partitions/file systems. If I do something like the following, Pharo complains with a PrimitiveFailed signal: '/tmp/aFile.txt' asFileRef