- + Scripting got new commands:
- GetKey
Action: Get the value of a configuration key in the current
ini file.
Syntax: getkey OutputVar, Key, Section
Example:
::GetKey $a, StartPath, General; msg $a;
- SetKey
Action: Set the value of a configuration key in the current
ini file.
Syntax: getkey Value, Key, Section
Example:
::SetKey 1, ShowFloppies, Settings;
Note that only the key on disk is changed, not the current
setting in memory. To realize any changes made via SetKey you
should use "Restart without Saving" in menu File! - ! The new shorthand date variables for using the current file list date format did not work with all formats. Fixed. Now you can even return Zodiac and ISOWeek correctly when using any of these:
<date>
<datem>
<datec>
<datea>
BTW, Zodiac and ISOWeek now also work as named format:
<date> will resolve to "Gemini".
<date> will resolve to "2008-W25-5".
Friday, June 20, 2008
v7.20.0015 - 2008-06-20 10:25
Entry Type: Beta Update Posted by XYplorer user : J_C_Hallgren at 4:29 AM