bdeAddToPaletteBrowser

Adds a scm file to the palette browser.

Syntax

bdeAddToPaletteBrowser(filepath)

Inputs

filepath
The file path of the scm file to be added to the palette browser.
Type: string

Examples

Add a scm file to the palette browser:

          bdeAddToPaletteBrowser('C:Users\user\Desktop\testScmFile.scm');