Time & date support.

This commit is contained in:
2026-07-22 00:40:32 -04:00
parent 1a1364ec7c
commit a54ae6e21e
3 changed files with 41 additions and 5 deletions
+5
View File
@@ -13,6 +13,11 @@ struct Entry
std::string name;
std::string perms;
std::size_t size;
int year;
unsigned month;
unsigned day;
long int hour;
long int minute;
bool is_dir;
bool is_exe;
};