Click or drag to resize
CSTRIGetMFile Method
Get the indexed filepath from a multiple filepath 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)
Notes
The multifile string must use '|' as a delimiter. Do not pass a string after calling iTokenize_STR.
Syntax
public static void IGetMFile(
	string str1,
	ref string str2,
	int i3
)

Parameters

str1
Type: SystemString
input multifile string
str2
Type: SystemString
output filepath string
i3
Type: SystemInt32
index of file
See Also