pteSaveLSWInfo
pteSaveLSWInfo(t_configFilePath[g_overwrite] [w_windowId] ) => t / nil
Description
Saves the current LSW Info file at the specified location. This file contains information about the state of the Palette. It does not store the color and lock information of layer-purpose pairs.
Arguments
Value Returned
Examples
pteSaveLSWInfo("./palette.info")
pteSaveLSWInfo("./palette.lsw" t)
pteSaveLSWInfo("./palette.file" t window(2))
Return to top