Collapse All
Expand All
C#
Antikaria MUD Code Documentation
Path
.
.
::
.
.
MakeLibPath Method
Path Class
See Also
Send Feedback
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
Path Class
Path Members
BaseLib.Util Namespace