Click or drag to resize

CSTRIFileExt Method (String, String, String, Int32)

Add a file extension onto a file name string.

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

public static void IFileExt(
	string ifile,
	string ext,
	ref string ofile,
	int opt
)

Parameters

ifile
Type: SystemString
File name to extend
ext
Type: SystemString
Extension if "", extenstion and '.' are stripped.
ofile
Type: SystemString
Extended file name (can be same as input)
opt
Type: SystemInt32
<define>FILE_EXT</define>
See Also