- 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.
+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.