@@ -667,10 +667,18 @@ * @param string The string to append * @return A new, autoreleased OFString with the specified string appended */ - (OFString*)stringByAppendingString: (OFString*)string; +/*! + * @brief Creates a new string by appending the specified format. + * + * @param format A format string which generates the string to append + * @return A new, autoreleased OFString with the specified format appended + */ +- (OFString*)stringByAppendingFormat: (OFConstantString*)format, ...; + /*! * @brief Creates a new string by appending a path component. * * @param component The path component to append * @return A new, autoreleased OFString with the path component appended