Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
void Close( );
Remarks
Call this member function to end the search, reset the context, and release all resources. After calling Close, you do not have to create a new CFileFind instance before calling FindFile to begin a new search.
Example
See the example for CFileFind::GetFileName.