AppendPath Data Member Function

Appends the path with another path component or filename For example: you can append C:\MyDirectory with "MyPath" and get C:\MyDirectory\MyPath.

Prototype

int32 AppendPath( string p_sPathFragment )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathFragmentThe path component you wish to append. This must be a directory or filename.

Examples

Copy Text To Clipboard

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