The Path type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CanReadPath(String, String) | |
![]() ![]() | CanReadPath(Player, String) |
Determines if a player is allowed to read a certain path.
|
![]() ![]() | CanWritePath(String, String) | |
![]() ![]() | CanWritePath(Player, String) |
Determines if a player is allowed to write to a path.
|
![]() ![]() | IsInsideRoot |
Checks to see if a full path is inside the lib root.
|
![]() ![]() | MakeFullPath |
Converts a lib-rooted path to a full path.
|
![]() ![]() | MakeLibPath |
Converts a full path to a lib-rooted path.
|
![]() ![]() | RelativeLibPath |
Takes a current path and a new path and returns the new path relative to the old one.
If the current path is /foo/bar and the new path is ../cheese the function will return
/foo/cheese.
|