Creating custom colours (styles) on start-up

 From:  bemfarmer
8359.4 
Question on displaying the full path name to the Template File: (I've had to hunt for it in the past)

My template file, (Windows7), is located at c:\Users\*****\Appdata\Roaming\Moi
Under Options General, only the Compact path is displayed: C:...\MoiColorSave2015cm.3dm (my name for the file)
The relevant code for the path seems to be lines 31 and 215 of the file "GeneralOptions.htm" in the MoI ui directory.
I increased line 215 from 18em to 36em, which adds whitespace to the path box.
I increased the number in line 31 from 29 to 64, which only very slightly increased the path shown.
Line 31 refers to ".getCompactPath( filename, 29 );"

Is there an alternative to ".getCompactPath" ?
(I tried .getPath and .getFullPath, but they did not work.)

- Brian

Or is there some way to display the full path name to the Template File?