@@ -873,10 +873,17 @@ * * @return The last component of the path */ - (OFString*)lastPathComponent; +/*! + * @brief Returns the file extension of the path. + * + * @return The file extension of the path + */ +- (OFString*)pathExtension; + /*! * @brief Returns the directory name of the path. * * @return The directory name of the path */