Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
As usual in I/O operations, once you finish with a file, you must close it.
To close a file
- Use the Close member function. This function closes the file-system file and flushes buffers if necessary.
If you allocated the object on the frame (as in the examples shown earlier), the object will automatically be closed and then destroyed when it goes out of scope. Note that deleting the CFile object does not delete the physical file in the file system.