Name
CloseDir -- close a directory handle (V6.0)
Synopsis
void CloseDir(APTR handle);
Function
This function must close the specified directory handle allocated by OpenDir().

Inputs
handle
directory handle returned by OpenDir()

Show TOC