nn::fs::Directory::Initialize Member Function

Syntax

void Initialize(
     const wchar_t * pathName
);

Arguments

Name Description
in pathName Path of the directory to open

Return Values

None.

Description

Opens the specified directory.

Opens the directory in the specified path. Do not call this function if this object has already opened a directory.


CONFIDENTIAL