nn::hio::CTR::DirectoryEntryA

nn::hio::CTR::DirectoryEntryA Structure

Header file: nn/hio.h

Syntax

struct DirectoryEntryA
{
s64 fileSize;
bit32 fileAttributes;
HostSystemTime creationTime;
HostSystemTime lastAccessTime;
HostSystemTime lastWriteTime;
char filename[MAX_PATH];
};

Description

Structure representing directory entries.

Member Variables

fileSize s64 Represents file size in bytes.
fileAttributes bit32 Represents file attributes as a FileAttribute type.
creationTime HostSystemTime Represents the date and time created as a HostSystemTime type.
lastAccessTime HostSystemTime Represents the date and time last accessed as a HostSystemTime type.
lastWriteTime HostSystemTime Represents the date and time last modified (written) as a HostSystemTime type.
filename char Indicates a filename.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL