Page 1 of 1

Macro in Create Folder

Posted: 2009-05-27, 00:11 UTC
by KucingLapar
Can you add some macro support in create new folder dialog (F7)?

%time%
%sec%
%day%
%month%
%username%
%compname%
etc

Posted: 2009-05-27, 04:23 UTC
by MVV
Folder creating is operation that may be performed as fully external - so you can use any external tool to make folders (with macro support and any other).
I can't see any reason to integrate something into F7 dialog of _manual_ fonder creation.

Posted: 2009-05-27, 05:01 UTC
by KucingLapar
I cant see any reason to use any external tool for that purpose too..Why should we need additional tool for such a simple thing when it can easily added into tc?

I'm just proposing a little improvement in the create folder dialog. There's nothing wrong about it

Posted: 2009-05-27, 06:22 UTC
by MVV
If we add to any program thousands of different feautures, we will get a monster (such as Nero 9 =)). There are some actions that is necessary and can't be done externally (because of parameter passing troubles for exapmle).
Folder creating is an action that may be easilly called externally, just pass current path - and go on. I do not see any reason to add extra code to TC. Sometimes 'little improvement' may require great and hard work.