Collapse All
Expand All
C#
Antikaria MUD Code Documentation
Path
.
.
::
.
.
MakeFullPath Method
Path Class
See Also
Send Feedback
Converts a lib-rooted path to a full path.
Namespace:
BaseLib.Util
Assembly:
BaseLib
(in BaseLib.dll) Version: 0.5.0.0
Syntax
C#
public
static
string
MakeFullPath
(
string
libPath
)
Parameters
libPath
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