Canonicalise a given path string. e.g. /models/../textures/asphalt.png => /textures/asphalt.png
A path string. Can be absolute or relative.
Whether the path needs to have a protocol stripped from it first (e.g. http://)
Canonicalised string. Whether path was absolute or relative will be respected in the result.
No description provided.