Converts a full path to a lib-rooted path.

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public static string MakeLibPath(
	string fullPath
)

Parameters

fullPath
Type: System..::..String
A String. The path to convert.

Return Value

A String. The converted path.

See Also