SetDefaultBoxFile Data Member Function

Sets the default .BOX file for this application instance. The contents of this .BOX file are what you see when you first start an instance of a specific application.

Prototype

int32 SetDefaultBoxFile( string p_sPath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathThe absolute path to the default .BOX file. For example: C:\\MyFolder\\MyDefault.box.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.