Closed JordanTheriault closed 9 years ago
I tried this in desktop Brackets, and it does this:
The error message comes from our filesystem impl, where we map Filer errors to Brackets errors. The fix will be in https://github.com/humphd/brackets/blob/bramble/src/filesystem/impls/filer/FilerFileSystem.js#L28-L59 to catch the error you get when the other file exists, probably EEXIST
but I'd have to confirm.
When renaming files, the user is given an unknown warning when they attempt to name a file the same as another one in the directory.
This should give an error which informs the user there is already a file with the same name.