nn::fs::Directory::Directory Constructor

Syntax

explicit Directory(
     const char * pathName
);

Parameters

Name Description
in pathName The directory path to open (ASCII characters only)

Description

A constructor that opens the specified directory.

Opens the directory in the specified path.


Note: This function uses a large amount of buffer space on the stack because it converts the path name from a multibyte character string into a wide character string. Pay careful attention to the stack size.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL