Thanks for reporting. I do not remember an action around me for this change. Do you have the definition in Pharo 50 at hand?
Stef On Wed, Aug 30, 2017 at 11:09 PM, Andreas Sunardi <a.suna...@gmail.com> wrote: > I found FileSystem class has changed from Pharo 5 to Pharo 6. I've been > using FileSystem>>changeDirectory to make my program (Pharo 5) runs in the > current working directory (thus able to find local files). > > This is now broken because #changeDirectory doesn't exist anymore. The > change seems intentional. > > Question: Is there a different way in Pharo 6 do set working directory or is > this a bug? > > -- > Andreas