Re: [Pharo-users] Working directory

2017-12-15 Thread Ben Coman
On 16 December 2017 at 04:34, Cyril Ferlicot D. wrote: > Le 15/12/2017 à 21:24, Hilaire a écrit : > > In P3: > > > > FileSystem disk workingDirectory > > =>File @ /home/hilaire/Travaux/Developpement/DrGeoII/Dev-pharo3.0/shared > > > > In P7: > > > > FileSystem disk workingDirectory > > =>File @ /

Re: [Pharo-users] Working directory

2017-12-15 Thread Hilaire
Thanks for the update Le 15/12/2017 à 21:34, Cyril Ferlicot D. a écrit : If you wish to use the old behaviour, you can replace `FileSystem disk workingDirectory` by `FileLocator imageDirectory asFileReference`. This change was done because, not getting the real working directory make it really

Re: [Pharo-users] Working directory

2017-12-15 Thread Hilaire
Oh, in a build for a DrGeo app based on P7, the working directory is one level highter to the image folder. So in P7, there are two different results for the working directory: the user home directory, and one level hight to image dir. What's the context? Where to look at? -- Dr. Geo http://

Re: [Pharo-users] Iceberg is cool!

2017-12-15 Thread Stephane Ducasse
I need less features and more user friendly UI :) On Wed, Dec 13, 2017 at 12:42 PM, Norbert Hartl wrote: > I just got back from vacation and prepared a new image to work on the current > project. Well, I upgraded iceberg to 0.6.5 and everything works like > expected. I can see nicely what my co

Re: [Pharo-users] Working directory

2017-12-15 Thread Cyril Ferlicot D.
Le 15/12/2017 à 21:24, Hilaire a écrit : > In P3: > > FileSystem disk workingDirectory > =>File @ /home/hilaire/Travaux/Developpement/DrGeoII/Dev-pharo3.0/shared > > In P7: > > FileSystem disk workingDirectory > =>File @ /home/hilaire > > Is it a bug? > Hi! In Pharo 3 workingDirectory = ima

[Pharo-users] Working directory

2017-12-15 Thread Hilaire
In P3: FileSystem disk workingDirectory =>File @ /home/hilaire/Travaux/Developpement/DrGeoII/Dev-pharo3.0/shared In P7: FileSystem disk workingDirectory =>File @ /home/hilaire Is it a bug? -- Dr. Geo http://drgeo.eu