 | CSYSITempFileExt Method (String, String, Int32) |
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,
int size
)
public static void ITempFileExt(
string ext,
ref string out,
int size
)
Public Shared Sub ITempFileExt (
ext As String,
ByRef out As String,
size As Integer
)
Public Shared Sub ITempFileExt (
ext As String,
ByRef out As String,
size As Integer
)
public:
static void ITempFileExt(
String^ ext,
String^% out,
int size
)
public:
static void ITempFileExt(
String^ ext,
String^% out,
int size
)
static member ITempFileExt :
ext : string *
out : string byref *
size : int -> unit
static member ITempFileExt :
ext : string *
out : string byref *
size : int -> unit
Parameters
- ext
- Type: SystemString
Input extension (without .) - out
- Type: SystemString
Output name - size
- Type: SystemInt32
Size of output name
RemarksThis is useful for created a unique tempory name for a file in the Geosoft temporary directory.
See Also