@@ -30,14 +30,14 @@ } /** * \param path The path to the file to open as a C string * \param mode The mode in which the file should be opened as a C string - * \return A new OFFile + * \return A new autoreleased OFFile */ -+ newWithPath: (const char*)path - andMode: (const char*)mode; ++ fileWithPath: (const char*)path + andMode: (const char*)mode; /** * Changes the mode of a file. * * Not available on Windows. *