Click or drag to resize

CSYS.IShortPathFileName Method (CGXNETCore, String, String, Int32)

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,
	int size
)

public static void IShortPathFileName(
	CGXNETCore gxNetShared,
	string in_name,
	ref string name,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
in_name
Type: System.String
Input file name to resolve
name
Type: System.String
Output name, can be the same as input
size
Type: System.Int32
Size of output name
See Also