Path
class Path (View source)
File system path utility class
Methods
static string
cleanup(string $path)
No description
static boolean
isAbsolute(string $path)
Indicates if the given path is an absolute path
static
getRelative(string $from, string $to)
Get the relative path from a path to another