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