FINDCLOSE |
Top Previous Next |
Syntax FINDCLOSE(handle as UINT) Description After you are finished reading a directory you must close the handle with FINDCLOSE. If the handle is not closed memory loss will occur. Parameters handle - Handle returned by the FINDOPEN function Return value None Remarks You must not close a handle more than once. Example usage OPENCONSOLE |