nw::lyt::ARCOpenDir Function

Syntax

bool ARCOpenDir(
     ARCHandle * handle,
     const wchar_t * dirName,
     ARCDir * dir
);

Arguments

Name Description
in handle An ARCHandle structure.
in dirName The directory name to be opened.
out dir The directory structure to be initialized.

Return Values

Returns true if the directory was successfully opened.

Description

Opens a directory.

If a relative path is specified in dirName, it is taken as a relative path from the current directory of the ARCHandle structure.

See Also

ARCInitHandle
ARCReadDir
ARCCloseDir
ARCChangeDir


CONFIDENTIAL