Click or drag to resize
CSYSITempFileExt Method (CGXNETCore, String, String, Int32)
Generate a unique file name for this extension in the temp directory.

Available since Oasis montaj version: 5.1.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This is useful for created a unique tempory name for a file in the Geosoft temporary directory.
Syntax
public static void ITempFileExt(
	CGXNETCore gxNetShared,
	string ext,
	ref string out,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ext
Type: SystemString
Input extension (without .)
out
Type: SystemString
Output name
size
Type: SystemInt32
Size of output name
See Also