Fix Bug #570; CHDIR no longer reports success when it fails and vice-versa.
This regression was introduced in FMSLogo 8.0.0 when 'chdir' was replaced with 'wxSetWorkingDirectory'.
chdir returns 0 on success, but wxSetWorkingDirectory returns 0 (false) on failure.