Click or drag to resize

CSTRIRemoveQualifiers Method (String, String)

Remove file qualifiers from a file name

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IRemoveQualifiers(
	string ifile,
	ref string ofile
)

public static void IRemoveQualifiers(
	string ifile,
	ref string ofile
)

Parameters

ifile
Type: SystemString
Input file name
ofile
Type: SystemString
Output file name (can be same as input)
See Also