Click or drag to resize
CSYSIAbsoluteFileName Method
Convert an abbreviated path name to a full path name.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is mainly intended to convert ".\name" to a full name at run-time.
Syntax
public static void IAbsoluteFileName(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
Input file name to resolve
str2
Type: SystemString
Output name, can be the same as input
See Also