Click or drag to resize

CSYSITransferPath Method (CGXNETCore, String, String, Int32)

Transfers file path to new file name.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ITransferPath(
	CGXNETCore gxNetShared,
	string path_file,
	ref string file,
	int size
)

public static void ITransferPath(
	CGXNETCore gxNetShared,
	string path_file,
	ref string file,
	int size
)

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
size
Type: SystemInt32
Maximum length of output string
Remarks
The path and volume of from the input string is added to file name from the output string.
See Also