Click or drag to resize
CSYSIShortPathFileName Method
Obtains the short path form of a specified input path.

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)
Syntax
public static void IShortPathFileName(
	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