int options.Load(string)
Return Type: int
Parameters: string sPath
Description:
This function loads an options set from the ASCII text file indicated
by sPath. The file should contain key/value pairs with each key and
value separated by the token set using SetToken
(default is %). Each key/value pair should be on a separate file. Anything
in the file after the comment token set using SetComment
(default is #) will be ignored.
For an example, see options.
See Also: options