View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002417 | Double Commander | File operations | public | 2019-12-12 21:55 | 2020-08-05 22:06 |
Reporter | therobin | Assigned To | Alexx2000 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Projection | none | ETA | none | ||
Platform | Windows | OS | Windows 7 | OS Version | Windows 7 x64 |
Product Version | 0.9.6 | Product Build | 9018M | ||
Target Version | 0.9.9 | Fixed in Version | 0.9.9 | ||
Summary | 0002417: Double commander allows trailing space filenames on NTFS | ||||
Description | I attempted to create a folder and when inputting the filename, I accidentally added a \ into the folder name. This obviously created two directories instead of one; with the second being a sub directory. However, the problem is the first folder was created with a trailing space which is a problem on NTFS drives and double commander and explorer are unable to delete it. It requires a specific cmd.exe command to properly delete using a network address. Double commander should be updated to not allow trailing space to be added to the filename on NTFS drives. | ||||
Steps To Reproduce | Create a folder in double commander on NTFS drive with a directory slash following a space. IE "New /Folder" as folder name. It will create the first folder as "New " and a sub directory names "Folder" "New " with trailing space cannot be deleted. | ||||
Additional Information | Folder with trailing space must be renamed (not sure if renaming it will work in double commander) to be deleted or removed using cmd.exe: rd "\\?\C:\PathToFolder " del command will not work. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 9355-9357,9392 | ||||
Operating system | Windows | ||||
Widgetset | |||||
Architecture | 64-bit | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-12 21:55 | therobin | New Issue | |
2020-03-08 17:43 | Alexx2000 | Fixed in Revision | => 9355 |
2020-03-08 17:47 | Alexx2000 | Fixed in Revision | 9355 => 9355-9356 |
2020-03-08 20:13 | Alexx2000 | Fixed in Revision | 9355-9356 => 9355-9357 |
2020-03-08 20:13 | Alexx2000 | Assigned To | => Alexx2000 |
2020-03-08 20:13 | Alexx2000 | Status | new => resolved |
2020-03-08 20:13 | Alexx2000 | Resolution | open => fixed |
2020-03-08 20:13 | Alexx2000 | Target Version | => 0.9.9 |
2020-05-01 12:58 | Alexx2000 | Fixed in Revision | 9355-9357 => 9355-9357,9392 |
2020-05-01 12:58 | Alexx2000 | Fixed in Version | => 0.9.9 |
2020-08-05 22:06 | Dm1 | Note Added: 0003488 |