Click or drag to resize

CSYS.IRelativeFileName Method (String, String)

Convert a file name to a relative abbreviated path name

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

public static void IRelativeFileName(
	string abbr,
	ref string name
)

Parameters

abbr
Type: System.String
Input file name to resolve
name
Type: System.String
Output name, can be the same as input
Remarks
This will produce relative paths based on the workspace directory into ".\name".
See Also