Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
FileInfo Struct Reference

Structure representing metadata for a file or directory. More...

#include <StorageManager.h>

+ Collaboration diagram for FileInfo:

Public Attributes

std::string name
 File or directory name.
 
bool isDirectory
 True if item is a directory.
 
bool isReadOnly
 True if item is read-only.
 
size_t size
 Size in bytes.
 

Detailed Description

Definition at line 28 of file StorageManager.h.

Member Data Documentation

◆ isDirectory

bool FileInfo::isDirectory

◆ isReadOnly

bool FileInfo::isReadOnly

◆ name

std::string FileInfo::name

◆ size

size_t FileInfo::size

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