> For the complete documentation index, see [llms.txt](https://sandbox-docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sandbox-docs.verifone.com/s-adk-5.1-programmers-guide/readme/annotated/class_directory/struct_directory_1_1_entry.md).

# Entry

[Public Member Functions](#pub-methods) | [Data Fields](#pub-attribs)

`#include <`[directory.h](/s-adk-5.1-programmers-guide/directory_8h_source.md)`>`

|                         |                                                |
| ----------------------- | ---------------------------------------------- |
| Public Member Functions |                                                |
|                         | [Entry](#a39deb917068018b4c69ffb32652454ab) () |

|               |                                                |
| ------------- | ---------------------------------------------- |
| Data Fields   |                                                |
| std::string   | [name](#a9b45b3e13bd9167aab02e17e08916231)     |
| std::string   | [filename](#ae80f820219e45772366a2a68de6a54c4) |
| unsigned      | [type](#afa65f328561a1fb0d243d9be5d7f37dd)     |
| unsigned      | [mode](#a79f1aed8545a4399ce7dbcbe5d0a38f5)     |
| unsigned      | [size](#a245260f6f74972558f61b85227df5aae)     |
| unsigned      | [year](#a2a7fd6ec9f3bf84d7c564990dcf0bfb8)     |
| unsigned char | [month](#a4900720b55a67c901372712af062d615)    |
| unsigned char | [day](#ab9ba6d415537c392fea1a330751865f9)      |
| unsigned char | [hour](#accdfe3c33766c9d6b3dc8996bb828dff)     |
| unsigned char | [min](#a9b6e0d1177f74dafd99583456cdd53c4)      |
| unsigned char | [sec](#a82015813ad639914dc140eb7eb2dd475)      |

### DetailedDescription <a href="#detailed-description" id="detailed-description"></a>

directory entry

### Constructor& Destructor Documentation

### Entry() <a href="#a39deb917068018b4c69ffb32652454ab" id="a39deb917068018b4c69ffb32652454ab"></a>

[Entry](/s-adk-5.1-programmers-guide/readme/annotated/class_directory/struct_directory_1_1_entry.md)

inline

### FieldDocumentation <a href="#field-documentation" id="field-documentation"></a>

### day <a href="#ab9ba6d415537c392fea1a330751865f9" id="ab9ba6d415537c392fea1a330751865f9"></a>

unsigned char day

modification date: day

### filename <a href="#ae80f820219e45772366a2a68de6a54c4" id="ae80f820219e45772366a2a68de6a54c4"></a>

std::string filename

file-/directory name without path

### hour <a href="#accdfe3c33766c9d6b3dc8996bb828dff" id="accdfe3c33766c9d6b3dc8996bb828dff"></a>

unsigned char hour

modification time: hour

### min <a href="#a9b6e0d1177f74dafd99583456cdd53c4" id="a9b6e0d1177f74dafd99583456cdd53c4"></a>

unsigned char min

modification time: minute

### mode <a href="#a79f1aed8545a4399ce7dbcbe5d0a38f5" id="a79f1aed8545a4399ce7dbcbe5d0a38f5"></a>

unsigned mode

file mode (permissions)

### month <a href="#a4900720b55a67c901372712af062d615" id="a4900720b55a67c901372712af062d615"></a>

unsigned char month

modification date: month

### name <a href="#a9b45b3e13bd9167aab02e17e08916231" id="a9b45b3e13bd9167aab02e17e08916231"></a>

std::string name

file-/directory name including full path

### sec <a href="#a82015813ad639914dc140eb7eb2dd475" id="a82015813ad639914dc140eb7eb2dd475"></a>

unsigned char sec

modification time: second

### size <a href="#a245260f6f74972558f61b85227df5aae" id="a245260f6f74972558f61b85227df5aae"></a>

unsigned size

file size

### type <a href="#afa65f328561a1fb0d243d9be5d7f37dd" id="afa65f328561a1fb0d243d9be5d7f37dd"></a>

unsigned type

type of entry (see FileType)

### year <a href="#a2a7fd6ec9f3bf84d7c564990dcf0bfb8" id="a2a7fd6ec9f3bf84d7c564990dcf0bfb8"></a>

unsigned year

modification date: year

***

The documentation for this struct was generated from the following file:

* sdi/src/[directory.h](/s-adk-5.1-programmers-guide/directory_8h_source.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sandbox-docs.verifone.com/s-adk-5.1-programmers-guide/readme/annotated/class_directory/struct_directory_1_1_entry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
