@@ -1080,10 +1080,18 @@ * @param component The path component to append * @return A new, autoreleased OFString with the path component appended */ - (OFString *)stringByAppendingPathComponent: (OFString *)component; +/*! + * @brief Creates a new string by appending a URL path component. + * + * @param component The URL path component to append + * @return A new, autoreleased OFString with the URL path component appended + */ +- (OFString *)stringByAppendingURLPathComponent: (OFString *)component; + /*! * @brief Creates a new string by prepending another string. * * @param string The string to prepend * @return A new autoreleased OFString with the specified string prepended