Lately I’ve been working on a project that required me to handle a lot of file-system related operations, especially paths.
While PHP offers some basic functions to handle paths, such as basename and dirname to resolute the (direct) parent and base name of a path, it does not offer any means of normalizing or combining a [...]