NAME

closedir - close directory handle


SYNOPSIS

closedir DIRHANDLE


DESCRIPTION

Closes a directory opened by opendir() and returns the success of that system call.

DIRHANDLE may be an expression whose value can be used as an indirect dirhandle, usually the real dirhandle name.