Collapse All
Expand All
C#
Antikaria MUD Code Documentation
Path
.
.
::
.
.
IsInsideRoot Method
Path Class
See Also
Send Feedback
Checks to see if a full path is inside the lib root.
Namespace:
BaseLib.Util
Assembly:
BaseLib
(in BaseLib.dll) Version: 0.5.0.0
Syntax
C#
public
static
bool
IsInsideRoot
(
string
fullPath
)
Parameters
fullPath
Type:
System
.
.
::
.
.
String
A
String
. The full path to check.
Return Value
A
Boolean
indicating if the path is inside the root or not.
See Also
Path Class
Path Members
BaseLib.Util Namespace