Click or drag to resize
CSYSIShortPathFileName Method (CGXNETCore, String, String)
Obtains the short path form of a specified input path.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void IShortPathFileName(
	CGXNETCore gxNetShared,
	string in_name,
	ref string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
in_name
Type: SystemString
Input file name to resolve
name
Type: SystemString
Output name, can be the same as input
See Also