The Path type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCanReadPath(String, String)
Public methodStatic memberCanReadPath(Player, String)
Determines if a player is allowed to read a certain path.
Public methodStatic memberCanWritePath(String, String)
Public methodStatic memberCanWritePath(Player, String)
Determines if a player is allowed to write to a path.
Public methodStatic memberIsInsideRoot
Checks to see if a full path is inside the lib root.
Public methodStatic memberMakeFullPath
Converts a lib-rooted path to a full path.
Public methodStatic memberMakeLibPath
Converts a full path to a lib-rooted path.
Public methodStatic memberRelativeLibPath
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.

See Also