This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Unable to delete files on Windows without a Recycle Bin #856
Closed
Description
The issue is probably related to #666 – i still cannot delete files or folders from within the tree-view when the files are located on a mapped virtual drive.
Steps to reproduce:
- Create a new registry entry (and restart Windows afterwards):
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices]
"W:"="\\??\\D:\\htdocs"
edit:
subst W: D:\htdocs
– causes the same problem
- Create a file on your freshly mapped DOS device
W:\example\example.txt
- Open folder
W:\
in atom - Try to delete
W:\example\example.txt
using the tree-view -> fails
Opening D:\htdocs
instead and then trying to delete example.txt
works fine. File and folder rights are identical. Creating files or folders or renaming them works completely fine, only deletion is not possible (see my attached screenshots).
Deletion when opening D:\htdocs
instead works fine!