int options.Save(string)
Return Type: int
Parameters: string sPath
Description:
This function will save the options set to a file indicated by sPath.
The file will be an ASCII text file containing the key/value pairs.
Each key and value will be separated by the token set using SetToken
(default is %). Each key/value pair will be on a separate line.
For an example, see options.
See Also: options