I am just trying to learn how RedirectSection is used.
RedirectSection feature also seems to be excellent for using TC over LAN for multi-user usage.
I have a problem. Let me explain it in an example as follows :
In wincmd.ini :
In wincmd_user.ini :[Configuration]
AlternateUserIni=wincmd_User.ini
:
Even if there is no section [LeftHistory] in wincmd.ini ::
[LeftHistory]
RedirectSection=wincmd_User_History.ini
:
- TC always try to write into wincmd.ini
- TC does not write into wincmd_User_History.ini
According to help in TC, when AlternateUserIni=<somename.ini> is defined, TC tries to write the settings into <somename.ini> if there is no related section in wincmd.ini
I expected that TC write the left history into the section [LeftHistory] in wincmd_User_History.ini. But not...
Does TC support one level depth in redirection?
Best wishes.