 | CSTRIFileCombineParts Method (CGXNETCore, String, String, String, String, String, String) |
Combine file parts to build a file name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IFileCombineParts(
CGXNETCore gxNetShared,
string drive,
string dir,
string file,
string ext,
string qual,
ref string file_name
)
public static void IFileCombineParts(
CGXNETCore gxNetShared,
string drive,
string dir,
string file,
string ext,
string qual,
ref string file_name
)
Public Shared Sub IFileCombineParts (
gxNetShared As CGXNETCore,
drive As String,
dir As String,
file As String,
ext As String,
qual As String,
ByRef file_name As String
)
Public Shared Sub IFileCombineParts (
gxNetShared As CGXNETCore,
drive As String,
dir As String,
file As String,
ext As String,
qual As String,
ByRef file_name As String
)
public:
static void IFileCombineParts(
CGXNETCore^ gxNetShared,
String^ drive,
String^ dir,
String^ file,
String^ ext,
String^ qual,
String^% file_name
)
public:
static void IFileCombineParts(
CGXNETCore^ gxNetShared,
String^ drive,
String^ dir,
String^ file,
String^ ext,
String^ qual,
String^% file_name
)
static member IFileCombineParts :
gxNetShared : CGXNETCore *
drive : string *
dir : string *
file : string *
ext : string *
qual : string *
file_name : string byref -> unit
static member IFileCombineParts :
gxNetShared : CGXNETCore *
drive : string *
dir : string *
file : string *
ext : string *
qual : string *
file_name : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - drive
- Type: SystemString
Drive - dir
- Type: SystemString
Directory - file
- Type: SystemString
Name - ext
- Type: SystemString
Extension - qual
- Type: SystemString
Qualifiers - file_name
- Type: SystemString
Destination string, can be same as input
See Also