Hi, i found an error in the latest Pharo2.0 build, at least in OSX ,
that prevents from using Gofer and monticello.

Its related to the FileSystem primitives, when trying to delete a file.

To reproduce evaluate the following code ( change 'PharoDebug.log' for
any existing file in the same directory as the image).

| path |
path := FileSystem disk workingDirectory.
p := FilePluginPrims new .
p  deleteDirectory: (path / 'PharoDebug.log') fullName.


Any idea why?

Thanks,
Fernando

Reply via email to