|
Arduino DLNA Server
|
Describes an entry from a parsed SdFat directory listing. More...
#include <SdFatParser.h>
Public Attributes | |
| std::string | name |
| bool | is_directory |
| int | level |
Describes an entry from a parsed SdFat directory listing.
| bool tiny_dlna::SdFatFileInfo::is_directory |
True when the entry is a directory (name ends with '/').
| int tiny_dlna::SdFatFileInfo::level |
Nesting depth inferred from leading spaces in the listing. Each two spaces are treated as one level. Root level is 0.
| std::string tiny_dlna::SdFatFileInfo::name |
Fully qualified or relative name as seen in the listing. When the entry represents a directory, the name will end with '/'.