Auto create non-existing dirs on copy/move
Moderators: Hacker, petermad, Stefan2, white
- White Wind
- Junior Member
- Posts: 19
- Joined: 2004-11-05, 06:21 UTC
- Location: Irkutsk, Russia
Auto create non-existing dirs on copy/move
I mean that if I have not folder C:\blabla and trying to copy into it, I will get an error, but almost all File Managers will create this folder.
Btw, if I trying to unpack files in non-existing folder TC will create it.
(Sorry for bad english)
Btw, if I trying to unpack files in non-existing folder TC will create it.
(Sorry for bad english)
Last edited by White Wind on 2004-11-09, 15:35 UTC, edited 1 time in total.
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
No doubt !
2White Wind
Hello !
- Yes, this is a good idea, no doubt !
- I support it as a feature request.
Kind regards,
Claude
Clo

- Yes, this is a good idea, no doubt !
- I support it as a feature request.

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- White Wind
- Junior Member
- Posts: 19
- Joined: 2004-11-05, 06:21 UTC
- Location: Irkutsk, Russia
- White Wind
- Junior Member
- Posts: 19
- Joined: 2004-11-05, 06:21 UTC
- Location: Irkutsk, Russia
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Unfortunately it's not that easy. For example, if you copy a file named 'test' to c:\somedir, TC will show
c:\somedir\test
as the proposed target. How should TC know whether this is a directory or a file? This is impossible, so by not creating any dirs by itself, TC can find out that c:\somedir is an existing directory, and 'test' the new name.
c:\somedir\test
as the proposed target. How should TC know whether this is a directory or a file? This is impossible, so by not creating any dirs by itself, TC can find out that c:\somedir is an existing directory, and 'test' the new name.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Extension or not…
2ghisler(Author)
Good evening,
- It's so rare that a dir have an extension, and a file have not, at least when created by the user !
- For the most cases, you could consider...\test as a dir., and new_file.xyz as a file…
- The installers make a new dir., when you ask for install a program in a non-existing directory…
m.f.G.
Claude
Clo

- It's so rare that a dir have an extension, and a file have not, at least when created by the user !
- For the most cases, you could consider...\test as a dir., and new_file.xyz as a file…
- The installers make a new dir., when you ask for install a program in a non-existing directory…

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
2ghisler(Author)
IMHO it should work like this:
- if the destination path ends with backslash eg. if the user typed: c:\somedir\ it should create a folder somedir (or choose existing one) and put a file test into it,
- if the destination path doesn't end with backslash and look like this: c:\somedir but there already exists folder somedir it should also copy test into it,
- if the destination path doesn't end with backslash and looks like above but there is no such folder - it should copy test as somedir file.
Of course if the path looks like this: c:\dir1\dir\2\dir3 it should create the directories dir1 and dir2 (if they don't exist) and with dir3 do what I've described before.
It doesn't matter if the file/dir has extension or not - it should behaves in all cases the same way.
IMHO it should work like this:
- if the destination path ends with backslash eg. if the user typed: c:\somedir\ it should create a folder somedir (or choose existing one) and put a file test into it,
- if the destination path doesn't end with backslash and look like this: c:\somedir but there already exists folder somedir it should also copy test into it,
- if the destination path doesn't end with backslash and looks like above but there is no such folder - it should copy test as somedir file.
Of course if the path looks like this: c:\dir1\dir\2\dir3 it should create the directories dir1 and dir2 (if they don't exist) and with dir3 do what I've described before.
It doesn't matter if the file/dir has extension or not - it should behaves in all cases the same way.
- White Wind
- Junior Member
- Posts: 19
- Joined: 2004-11-05, 06:21 UTC
- Location: Irkutsk, Russia
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
-
- Junior Member
- Posts: 92
- Joined: 2004-06-27, 15:24 UTC
? SLT?
2Valery_Kondakoff
Hi !
¤ What about this (from the Help - F7…) :
KR
Claude
Clo

¤ What about this (from the Help - F7…) :
?…Furthermore, you can create multiple subdirs in the same (or different) dirs. The syntax to use is:
dir1|dir2|dir3 or c:\dir1|c:\dir2|c:\dir3

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials