Uncaught Error: ENOENT: no such file or directory, lstat '/ Inc'
kbartman opened this issue · 1 comments
kbartman commented
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Uncaught Error: ENOENT: no such file or directory, lstat '/ Inc' - comma in a folder no causes drag/drop of file to different folder to fail.
Steps to Reproduce
- Create a folder with a comma in the name. (I have a corporate "OneDrive" folder that I cannot rename which is named as: "OneDrive - Name of Company, Inc")
- Create a file within that folder.
- Create a subfolder and a file within it.
- Drag the file from the subfolder to the parent folder.
- Voila - Get Uncaught Error: ENONET...
Expected behavior:
File is moved to given folder
Actual behavior:
Receive the Error dialog:
Uncaught Error: ENOENT: no such file or directory, lstat '/ Inc'
Reproduces how often:
100% of the time the error occurs.
Versions
Atom : 1.50.0
Electron: 5.0.13
Chrome : 73.0.3683.121
Node : 12.0.0
Additional Information
Atom is a fantastic tool. I use it for most of my development projects. Seems that Atom should be able to handle modern filenames as it does so well with so many other things.