Lisp: bwmfsaveoptions
Usage
Save all BetterWMF options to a BW3-file.
(bwmfsaveoptions filename)
Arguments
filename
The full path to the filename to write the settings to. The extension ".bw3" is automatically appended when omitted.
Return values
The full path of the file when successful or nil otherwise.
Example
In the following example, a settings file is created in the temp-folder:
(bwmfsaveoptions "c:\\temp\\myfile.bw3") "c:\\temp\\myfile.bw3"
Special Notes
- The file will include some version information on BetterWMF.
Previous page: Lisp: bwmfloadoptions
Next page: Changing Line Widths