Hi! I have found new "feature" in rc3.
So, I have dir structure:
d:\WORK\AK\FPP\ODBC\OdbcExamples\
d:\WORK\AK\FPP\ODBC\OdbcTest\
and now I need to move all contents of OdbcTest to OdbcExamples
I try to rename (dblclck and change name i.e. inline) OdbcTest to OdbcExamples but receive a warning and get structure:
d:\WORK\AK\FPP\ODBC\OdbcExamples\OdbcTest\
but I need
d:\WORK\AK\FPP\ODBC\OdbcExamples\
only
Error on dir renaming 2
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 8
- Joined: 2007-02-24, 15:26 UTC
- Location: Russia
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
-
- Junior Member
- Posts: 8
- Joined: 2007-02-24, 15:26 UTC
- Location: Russia
:O So simple as chineese...sqa_wizard wrote:Beeing at "d:\WORK\AK\FPP\ODBC\OdbcTest" you can see all files and maybe folders.
1. Mark all items to move (Ctrl-A or Ctrl-NUM+)
2. press SHIFT-F6 key to rename
3. extend "*.*" with "..\OdbcExamples\*.*
4. Press OK
- done

First - I have to remember and type outer dir name (where I want to remove file)
Second - I have to delete old dir...
but may be it is the best to repair this "feathure"?
This tells TC to move OdbcTest to OdbcExamples - IMO that's exactly what it does, actually. The directory is moved, resulting in OdbcExamples\OdbcTest.Lucefer-AB wrote:I try to rename (dblclck and change name i.e. inline) OdbcTest to OdbcExamples
If you want to move the files inside this dir, you would have to mark these instead before using Shift-F6.
Maybe opening the target directory in the other panel would be easier. Shift-right is enough to do that (if coming from left panel), then you're ready for normal moving (F6).
The history (Alt-left) finally helps to get back to the last directory after copying is done, if desired.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
This is indeed intentional, and will not be changed. To move the contents of OdbcTest to OdbcExamples, open OdbcTest in one panel and OdbcExamples in the other, and then select all (Shift+End) and move with F6.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 8
- Joined: 2007-02-24, 15:26 UTC
- Location: Russia
and then go up and delete the empty folder...ghisler(Author) wrote:This is indeed intentional, and will not be changed. To move the contents of OdbcTest to OdbcExamples, open OdbcTest in one panel and OdbcExamples in the other, and then select all (Shift+End) and move with F6.
Why so difficult?
If I want to move dir-A into dir-B I will just drag-n-drop with rigth mouse button pressed. But if it needed to merge 2 dirs - it will be simple to copy name of one of them and paste as name of the second one. Just some mouse moving, no more. no need to go inside dir and switch panels.