This represents the information about each file.
Definition at line 36 of file CDirectoryExplorer.h.
#include <mrpt/system/CDirectoryExplorer.h>
Public Attributes | |
| std::string | name |
| The file name (without the whole path). More... | |
| std::string | wholePath |
| The whole file path. More... | |
| time_t | accessTime |
| Access and modification times. More... | |
| time_t | modTime |
| bool | isDir |
| bool | isSymLink |
| uint64_t | fileSize |
| The size of the file in bytes. More... | |
| time_t mrpt::system::CDirectoryExplorer::TFileInfo::accessTime |
Access and modification times.
Definition at line 48 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| uint64_t mrpt::system::CDirectoryExplorer::TFileInfo::fileSize |
The size of the file in bytes.
Definition at line 54 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| bool mrpt::system::CDirectoryExplorer::TFileInfo::isDir |
Definition at line 50 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| bool mrpt::system::CDirectoryExplorer::TFileInfo::isSymLink |
Definition at line 50 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| time_t mrpt::system::CDirectoryExplorer::TFileInfo::modTime |
Definition at line 48 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| std::string mrpt::system::CDirectoryExplorer::TFileInfo::name |
The file name (without the whole path).
Definition at line 40 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| std::string mrpt::system::CDirectoryExplorer::TFileInfo::wholePath |
The whole file path.
Definition at line 44 of file CDirectoryExplorer.h.
Referenced by mrpt::system::CDirectoryExplorer::explore().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |