Used to convert the String of an absolute file path to an BasicUrl object. This was a critical feature to prevent URL Strings from being confused with Path Strings.
Example:
val url = BasicUrl("https://picsum.photos/200")println(url.toString())
Returns the URL String originally passed to the BasicUrl object.