Christian Heimes <lists <at> cheimes.de> writes: > > It's more than an object oriented convenience. fsync() takes a file > descriptor as argument. Therefore I assume fsync() only syncs the data > to disk that was written to the file descriptor. Ok, I agree that a .sync() method makes sense.