nw::lyt::ARCOpenDir Function

Syntax

NW_INLINE bool ARCOpenDir(
     ARCHandle * handle,
     ARCDirEntry * dirent,
     ARCDir * dir
);

Arguments

Name Description
in handle An ARCHandle structure.
in dirent The directory entry structure representing the directory to open.
out dir The directory structure to be initialized.

Return Values

Returns true if the directory was successfully opened.

Description

Opens a directory.

Opens the directory represented by the directory entry structure and initializes the specified ARCDir structure.

The entry indicated by the directory entry structure must represent a directory.

The directory structure must be initialized beforehand using ARCReadDir().

The ARCHandle structure must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle
ARCReadDir
ARCCloseDir


CONFIDENTIAL