-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[Core][File exist error]: Incorrect File exist error message. #3985
Comments
Reviewed. Marking starter bug, low priority. |
I have been all over the NativeFileSystem files and haven't found what I need to modify to get this to work. Is it possible to get a nudge in the right direction? I want to help here. |
The Dialogs are called from the To find it I saw that the error came from a file rename, so I went to the commands, found the rename command, searched to know where it was registered and ended in the |
Thank you! Let me see what I can come up with. |
Okay. REALLY bad branch. Still trying to get the hang of the workflow using the Linux branch. |
I think this is fixed. I am not totally sure though because the Linux branch I am running is limited to what it can do. Not all features have been implemented. Yet. |
Your solution should work for Linux too, and would get fixed once your pull request is merged to master. |
The features I am referring too are native menus, delete folder, etc. Many of the sidebar functions just plain do not work in the Linux build. BTW: thanks for the advice. Very helpful. |
But the problem here was on the dialogs, which are done in HTML and JavaScript, so the solution should work on Linux too, once the rename works. |
Okay. I see what you are saying. I was able to somehow test this once in On Sat, Jun 15, 2013 at 3:24 PM, Tomás Malbrán notifications@github.comwrote:
Danny Seymour |
FBNC @julieyuan |
I checked this issue in latest build 0.28.0.8274. It still reproduces. |
@julieyuan Please check tonight's nightly build. This fix was merged late this morning. |
Steps:
Result:
It will pop up an invalid file name error ,but the error message shows "The file [[0]] already exists".
Expected:
The error message should show "The folder [[0]] already exists".
Env: Win7x64 ENU
Build:0.25.0-7695
Screenshot:
The text was updated successfully, but these errors were encountered: