Function CSPFile::Close()

Description:
Closes the opened or created file.

Micronovae Prototype:
void Close();

Arguments:
No arguments (void).

Return value:
No return value (void).

Examples:
CSPFile f;
f.Open( "C:\\somedir\\test.txt", CSPFile::FILE_READ || CSPFile::FILE_WRITE );
...
...
f.Close();

See also:
member functions Open(), Create()
CSPFile | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com