Converts path to a URI and returns the normalized String representation of the URI.
path
String toUriStr(String path) { return toUri(path).toString(); }