June 20, 2012
4:32 p.m.
On 2012-06-20, at 18:10, Mariano Martinez Peck wrote:
Hi. As part of my changes (and Ben Coman) we removed the hardcoded preferences directory. Previously we had:
preferencesRootFolder
^ (self default ascendingSearchForDirectory: self configFolderLocalName) directoryNamed: 'pharo'.
Now it is hardcoded again:
FileLocator preferences / 'pharo' / 'general'.
meaning I have an error because Path / 'Users' / 'mariano' / 'Library' / 'Preferences' / 'pharo' / 'general' does not exist..
I don't have that folder either and it works :) so I assume that you're not running under the latest VM :) Actually we just rewrote it to use the new filesystem, maybe I accidentally reset your changes. :)