Use of environement variables in "FreeCommander.ini"
Posted: 26.11.2012, 13:12
I cannot use environment variable for "Tabs".
Example :
in "FreeCommander.ini", section [Form_TabsLeft], I have :
and I want to replace hardcoded path with variable USERPROFILE
And that's because I'm sharing my configuration file between different workplaces and different credential.
Actually, this syntax is not supported.
Example :
in "FreeCommander.ini", section [Form_TabsLeft], I have :
Code: Select all
Path_0=C:\Documents and Settings\pmalera\DesktopCode: Select all
Path_0=%USERPROFILE%\DesktopActually, this syntax is not supported.