View Issue Details

IDProjectCategoryView StatusLast Update
0002417Double CommanderFile operationspublic2020-08-05 22:06
Reportertherobin Assigned ToAlexx2000  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
ProjectionnoneETAnone 
PlatformWindowsOSWindows 7OS VersionWindows 7 x64
Product Version0.9.6Product Build9018M 
Target Version0.9.9Fixed in Version0.9.9 
Summary0002417: Double commander allows trailing space filenames on NTFS
DescriptionI 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 ReproduceCreate 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 InformationFolder 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.
TagsNo tags attached.
Fixed in Revision9355-9357,9392
Operating systemWindows
Widgetset
Architecture64-bit

Activities

Dm1

2020-08-05 22:06

reporter   ~0003488

This is not resolved. Now DC doesn't allow to create a directory with trailing spaces, but still allows to add them while renaming it.

Issue History

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