Path Classes ############ RelativePath ============ The only concrete implementation of ``RelativePathInterface``. In non-root relative paths first component returned by ``getComponents()`` is either ``'.'`` or ``'..'``. When resolving relative, windows-ness of the resulting relative will be inherited from the base path. Available constructors: .. code-block:: php