nn::hio::CTR::FileAttribute Enumerated Type

Syntax

#include <nn/hio.h>

enum FileAttribute;

Values

Value Description
FILE_ATTRIBUTE_READ_ONLY Indicates that the read-only attribute is set.
FILE_ATTRIBUTE_DIRECTORY Indicates that the "file" is a directory.

Description

Enumerated type that represents file attributes.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL