Click or drag to resize
CSTRIRemoveQualifiers Method
Remove file qualifiers from a file name

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void IRemoveQualifiers(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
input file name
str2
Type: SystemString
output file name (can be same as input)
See Also