Jump to content

RelPath

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

RelPath is a PHP library to compute the relative path between two file paths.

The RelPath::joinPath() function is analogous to os.path.join() found in Python, or path.join() in Node.js.

This library was originally created for, use still used by, ResourceLoader.

Code stewardship