@@ -38,10 +38,15 @@ * It is not closed when the OFFile object is deallocated! * \return A new autoreleased OFFile */ + fileWithFileDescriptor: (int)fd; +/** + * \return A boolean whether there is a file at the specified path + */ ++ (BOOL)fileExistsAtPath: (OFString*)path; + /** * Changes the mode of a file. * * Only changes read-only flag on Windows. *