Changes

Summary

  1. FileSystem>>copyFileAndDelete:to: don't raise a (details)
Commit a3b33326acd2b4ae520c12fbf4143ef470c4f8e1 by akgrant
FileSystem>>copyFileAndDelete:to: don't raise a
FileDoesNotExistException if the destination doesn't exist.
Previously if copying the file failed, the exception handler would
attempt to delete the destination file.  But if the destination file
didn't exist it would raise a FileDoesNotExistException.  But this is
masking the original reason for the copy failing.
The file was modifiedsrc/FileSystem-Core/FileSystem.class.st (diff)