@@ -927,13 +927,13 @@ @throw [OFOutOfMemoryException exceptionWithRequestedSize: pageSize]; @try { sourceFile = [OFFile fileWithPath: source - mode: @"rb"]; + mode: @"r"]; destinationFile = [OFFile fileWithPath: destination - mode: @"wb"]; + mode: @"w"]; while (![sourceFile isAtEndOfStream]) { size_t length; length = [sourceFile readIntoBuffer: buffer