|
RelPath
Work with file paths to join or find the relative path
|
RelPath is a small PHP library for working with file paths, to join two paths, or find the relative path to a path from the current directory or from an optional start directory.
Here is how you use it:
The RelPath::joinPath() function provided here is analogous to os.path.join() in Python, and path.join() found in Node.js.
MIT