Click or drag to resize

CSYSIShortPathFileName Method (String, String)

Obtains the short path form of a specified input path.

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

public static void IShortPathFileName(
	string in_name,
	ref string name
)

Parameters

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