microsoft / winfile

Original Windows File Manager (winfile) with enhancements
MIT License
6.82k stars 706 forks source link

Rename shall select all characters when it is a directory and contains a dot #327

Closed schinagl closed 2 years ago

schinagl commented 2 years ago

Problem

Renaming a directory with . in it assumes the characters behind . are an extension, and does not select them

How to test

Start TestRenameSelectiont.zip from an administrative command prompt in your e.g. temp directory.

In the directory or file pane navigate to bla.000.000.000 and press F2. All characters are selected now Do this also for bla.000.000.000 - symlink. Also all characters are selected When selecting bla.000.000.000.dll, which is a file, only the characters before the extension are selected as in the previous version.