Get the relative filepath from path A to path B. Calculates from file-to-directory, file-to-file, directory-to-file, and directory-to-directory.
Returns true
if the path appears to be relative.
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Resolve a URI relative to an optional base URI
A collection of implementation for ECMAScript abstract operations