Click or drag to resize
CSTRIFileCombineParts Method
Combine file parts to build a file name.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void IFileCombineParts(
	string str1,
	string str2,
	string str3,
	string str4,
	string str5,
	ref string str6
)

Parameters

str1
Type: SystemString
drive
str2
Type: SystemString
directory
str3
Type: SystemString
name
str4
Type: SystemString
extension
str5
Type: SystemString
qualifiers
str6
Type: SystemString
destination string, can be same as input
See Also