Click or drag to resize
CSYSITransferPath Method (CGXNETCore, String, String)
Transfers file path to new file name.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	string path_file,
	ref string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
path_file
Type: SystemString
Input file path/name
file
Type: SystemString
Output file name with path transfered
See Also