AppendToPath Data Member Function

Appends a path with a string value, such as another path, or a filename.

Prototype

string AppendToPath( string p_sPath, string p_sData )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathThe source path to append.
stringp_sDataThe string to append.

Examples

Copy Text To Clipboard

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