Click or drag to resize

CSTRIFileCombineParts Method (CGXNETCore, String, String, String, String, String, String)

Combine file parts to build a file name.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IFileCombineParts(
	CGXNETCore gxNetShared,
	string drive,
	string dir,
	string file,
	string ext,
	string qual,
	ref string file_name
)

public static void IFileCombineParts(
	CGXNETCore gxNetShared,
	string drive,
	string dir,
	string file,
	string ext,
	string qual,
	ref string file_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
drive
Type: SystemString
Drive
dir
Type: SystemString
Directory
file
Type: SystemString
Name
ext
Type: SystemString
Extension
qual
Type: SystemString
Qualifiers
file_name
Type: SystemString
Destination string, can be same as input
See Also