Click or drag to resize

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

Combine file parts to build a file name.

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

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

Parameters

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