uriDirName

Undocumented in source. Be warned that the author may not have intended to support it.

Examples

assert("file:///foo/bar/".uriDirName == "file:///foo/bar");
assert("file:///foo/bar".uriDirName == "file:///foo");
assert("file:///foo/bar".uriDirName.uriDirName == "file:///");

Meta