Defining Folders

Use the following structure to define a folder. Refer to the TLKBASE.SCR file located in the \TOOLKIT\SAMPLES\MM\SHORTCF subdirectory for an example.

WPObject =
 (
 WPClassName = "WPFolder"
 WPTitle = "title"
 WPSetupString = "ICONFILE=$(DEST)icon;OBJECTID=<folderobjid>"
 WPLocation = "<parentfolderobjid>"
 WPFlags = 0
 )