nn::hio::CTR::DirectoryEntryW Structure

Header file: nn/hio.h

Syntax

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

Description

Unicode version of the DirectoryEntryA class.

Member Variables

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

Revision History

2010/03/31
Initial version.

CONFIDENTIAL