Click or drag to resize

CSYSIShortPathFileName Method (CGXNETCore, String, String)

Obtains the short path form of a specified input path.

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

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