if i use copy or rename function (F5/F6).
history.txt //File to be renamed.
i type:
Old.History.*
i get filename
Old.History instead Old.History.txt
Copy and Rename bug.
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50471
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
This is by design. TC tries to mimic the behaviour of the Windows command line cmd.exe. Try
ren history.txt Old.history.*
and you will get the same effect.
ren history.txt Old.history.*
and you will get the same effect.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
[Req] Improve Copy with Rename
I believe my request pertains to this thread: better copy with rename.
i.e. When copying (or moving) selected files "*.*" to "prefix_*.*", the "prefix_" overwrites the existing name of the file. e.g. "file.ext" becomes "prefix_.ext". Copying to "*.*_postfix" works as expected.
IMHO, the current behavior is not very functional or intuitive.
The above bug report was dismissed as intended behavior, but is there really a need for backward compatibility with "ren" and "copy" in this case?
Can this be a feature request?
i.e. When copying (or moving) selected files "*.*" to "prefix_*.*", the "prefix_" overwrites the existing name of the file. e.g. "file.ext" becomes "prefix_.ext". Copying to "*.*_postfix" works as expected.
IMHO, the current behavior is not very functional or intuitive.
The above bug report was dismissed as intended behavior, but is there really a need for backward compatibility with "ren" and "copy" in this case?
Can this be a feature request?