@@ -3,10 +3,16 @@
#include <string>
#include <filesystem>
namespace C
{
constexpr int filePadding= 3;
}
struct Entry
std::string name;
std::string perms;
std::size_t size;
bool is_dir;
bool is_exe;
};
The note is not visible to the blocked user.