nn::fs::Directory::Directory Constructor

Syntax

Directory(
     const wchar_t * pathName
);

Arguments

Name Description
in pathName The directory path to open.

Description

A constructor that opens the specified directory.

Opens the directory in the specified path.


CONFIDENTIAL