 | CSTRIFileExt Method (CGXNETCore, String, String, String, Int32, Int32) |
Add a file extension onto a file name string.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IFileExt(
CGXNETCore gxNetShared,
string ifile,
string ext,
ref string ofile,
int opt,
int size
)
public static void IFileExt(
CGXNETCore gxNetShared,
string ifile,
string ext,
ref string ofile,
int opt,
int size
)
Public Shared Sub IFileExt (
gxNetShared As CGXNETCore,
ifile As String,
ext As String,
ByRef ofile As String,
opt As Integer,
size As Integer
)
Public Shared Sub IFileExt (
gxNetShared As CGXNETCore,
ifile As String,
ext As String,
ByRef ofile As String,
opt As Integer,
size As Integer
)
public:
static void IFileExt(
CGXNETCore^ gxNetShared,
String^ ifile,
String^ ext,
String^% ofile,
int opt,
int size
)
public:
static void IFileExt(
CGXNETCore^ gxNetShared,
String^ ifile,
String^ ext,
String^% ofile,
int opt,
int size
)
static member IFileExt :
gxNetShared : CGXNETCore *
ifile : string *
ext : string *
ofile : string byref *
opt : int *
size : int -> unit
static member IFileExt :
gxNetShared : CGXNETCore *
ifile : string *
ext : string *
ofile : string byref *
opt : int *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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> - size
- Type: SystemInt32
Length of buffer
See Also