Click or drag to resize
CSYSITransferPath Method
Transfers file path to new file name.

Available since Oasis montaj version: 5.1.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The path and volume of from the input string is added to file name from the output string.
Syntax
public static void ITransferPath(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
input file path/name
str2
Type: SystemString
output file name with path transfered
See Also