bdeRemoveFromPaletteBrowser

Removes a scm file from the palette browser.

Syntax

bdeRemoveFromPaletteBrowser(filepath)

Inputs

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

Examples

Remove a scm file from the palette browser:

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