LoadProgramOptions

<< Click to Display Table of Contents >>

Navigation:  Reference (Scripting) > Docklight Script Commands - The DL Object > Methods (Advanced) >

LoadProgramOptions

Loads the Docklight program options from a file created using SaveProgramOptions.

 

Return Value

 

Void

 

Syntax

 

DL.LoadProgramOptions filePathName

 

The LoadProgramOptions method syntax has these parts:

 

Part

Description

filePathName

Required. String containing the file path (directory and file name) of the Docklight settings file to load. If no directory is specified, Docklight uses the current working directory. If filePathName is an empty string, a file dialog will be displayed to choose a file.

 

Remarks

 

See the SaveProgramOptions method for more information on saving and loading Docklight program options.