- wxFile may be used for low-level IO. It contains all the usual functions to work
- with files (opening/closing, reading/writing, seeking, and so on) but compared with
- using standard C functions, has error checking (in case of an error a message
- is logged using #wxLog facilities) and closes the file
- automatically in the destructor which may be quite convenient.
+wxTempFile is a very small file designed to make replacing the files contents
+safer - see its documentation for more details.