SetBoxSaveDirectory Data Member Function

Sets the default directory location when the Windows common file dialog is used to save a file. Typically this is used to implement custom file saving commands that save documents in a specific location.

Prototype

int32 SetBoxSaveDirectory( string p_sPath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathThe absolute path to the directory to set as the default location. For example: C:\\MyFolder\\.

Examples

Copy Text To Clipboard

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