@@ -199,11 +199,11 @@ toPath: (OFString*)destination; /*! * @brief Removes the item at the specified path. * - * If the item at the specified path is a directory, it needs to be empty. + * If the item at the specified path is a directory, it is removed recursively. * * @param path The path to the item which should be removed */ + (void)removeItemAtPath: (OFString*)path;