OPENDIR

NAME
SYNOPSIS
DESCRIPTION

NAME

opendir - open a directory

SYNOPSIS

opendir DIRHANDLE,EXPR

DESCRIPTION

Opens a directory named EXPR for processing by readdir(), telldir(), seekdir(), rewinddir(), and closedir(). Returns TRUE if successful. DIRHANDLEs have their own namespace separate from FILEHANDLEs.