Click or drag to resize
CSTRIFileNamePart Method
Get part of 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 IFileNamePart(
	string str1,
	ref string str2,
	int i3
)

Parameters

str1
Type: SystemString
file name
str2
Type: SystemString
destination string, can be same as input
i3
Type: SystemInt32
See STR_FILE_PARTConstant
See Also