Index: src/OFFile.h ================================================================== --- src/OFFile.h +++ src/OFFile.h @@ -129,10 +129,12 @@ + (void)createDirectoryAtPath: (OFString*)path createParents: (bool)createParents; /*! * @brief Returns an array with the items in the specified directory. + * + * @note `.` and `..` are not part of the returned array. * * @param path The path to the directory whose items should be returned * @return An array of OFStrings with the items in the specified directory */ + (OFArray*)contentsOfDirectoryAtPath: (OFString*)path;