Click or drag to resize
CSYSITempFileExt Method
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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is useful for created a unique tempory name for a file in the Geosoft temporary directory.
Syntax
public static void ITempFileExt(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
Input Extesion (without .)
str2
Type: SystemString
Output name
See Also