Click or drag to resize
CSTRIFileExt Method
Add a file extension onto a file name string.

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 IFileExt(
	string str1,
	string str2,
	ref string str3,
	int i4
)

Parameters

str1
Type: SystemString
file name to extend
str2
Type: SystemString
extension if "", extenstion and '.' are stripped.
str3
Type: SystemString
extended file name (can be same as input)
i4
Type: SystemInt32
See FILE_EXTConstant
See Also