 | CSYSITempFileExt Method (String, String) |
Generate a unique file name for this extension in the temp directory.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ITempFileExt(
string ext,
ref string out
)
public static void ITempFileExt(
string ext,
ref string out
)
Public Shared Sub ITempFileExt (
ext As String,
ByRef out As String
)
Public Shared Sub ITempFileExt (
ext As String,
ByRef out As String
)
public:
static void ITempFileExt(
String^ ext,
String^% out
)
public:
static void ITempFileExt(
String^ ext,
String^% out
)
static member ITempFileExt :
ext : string *
out : string byref -> unit
static member ITempFileExt :
ext : string *
out : string byref -> unit
Parameters
- ext
- Type: SystemString
Input extension (without .) - out
- Type: SystemString
Output name
RemarksThis is useful for created a unique tempory name for a file in the Geosoft temporary directory.
See Also