@@ -342,11 +342,11 @@ [OFFileURLHandler of_directoryExistsAtPath: self]); } - (OFString *)of_pathToURLPathWithURLEncodedHost: (OFString **)URLEncodedHost { - return [self stringByPrependingString: @"/"]; + return [@"/" stringByApppendingString: self]; } - (OFString *)of_URLPathToPathWithURLEncodedHost: (OFString *)URLEncodedHost { OFString *path = self;