Appends a path with a string value, such as another path, or a filename.
string AppendToPath( string p_sPath, string p_sData )
Parameter Type | Parameter Name | Documentation |
---|---|---|
string | p_sPath | The source path to append. |
string | p_sData | The string to append. |
None published. Please look for an example in the Simdify Scripting Language code base.