pteSaveConfig
pteSaveConfig(t_configFilePath[g_overwrite] [w_windowId] ) => t / nil
Description
Saves the Palette configuration information in the specified file. This includes information about the Palette settings, such as the columns and toolbars currently displayed in the Palette.
Arguments
Value Returned
Examples
pteSaveConfig(".cadence/dfII/palette/palette.ini")
pteSaveConfig(".cadence/dfII/palette/palette.ini" t)
pteSaveConfig(".cadence/dfII/palette/palette.ini" t window(2))
Return to top