Share

AcFILE::fclose

C++

int fclose();

Description

Closes the file currently associated with 'this' object.

Returns 0 if the file is successfully closed, or EOF to indicate an error.

Links

AcFILE

Was this information helpful?