AppendPathWithFile Data Member Function

Appends a file path such as 'C:\MyDirectory' with a filename such as 'myFile.box', producing 'C:\myDirectory\myFile.box'.

Prototype

int32 AppendPathWithFile( string p_sFilenameToAppend )

Parameters

Parameter Type Parameter Name Documentation
stringp_sFilenameToAppendA string containing the file name you wish to append to the path. For example 'myFile.box'.

Examples

Copy Text To Clipboard

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