Click or drag to resize

CSYSITempFileExt Method (CGXNETCore, String, String)

Generate a unique file name for this extension in the temp directory.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ITempFileExt(
	CGXNETCore gxNetShared,
	string ext,
	ref string out
)

public static void ITempFileExt(
	CGXNETCore gxNetShared,
	string ext,
	ref string out
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ext
Type: SystemString
Input extension (without .)
out
Type: SystemString
Output name
Remarks
This is useful for created a unique tempory name for a file in the Geosoft temporary directory.
See Also