@@ -60,11 +60,11 @@ * \param path The path to the file of which the mode should be changed as a * string * \param mode The new mode for the file * \return A boolean whether the operation succeeded */ -+ (void)changeModeOfFile: (OFString*)path ++ (BOOL)changeModeOfFile: (OFString*)path toMode: (mode_t)mode; /** * Changes the owner of a file. * @@ -74,11 +74,11 @@ * string * \param owner The new owner for the file * \param group The new group for the file * \return A boolean whether the operation succeeded */ -+ (void)changeOwnerOfFile: (OFString*)path ++ (BOOL)changeOwnerOfFile: (OFString*)path owner: (uid_t)owner group: (gid_t)group; /** * Deletes a file.