Click or drag to resize
CSYSIRelativeFileName Method
Convert a file name to a relative abbreviated path name

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This will produce relative paths based on the workspace directory into ".\name".
Syntax
public static void IRelativeFileName(
	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