This represents the information about each file.
Definition at line 57 of file CDirectoryExplorer.h.
#include <mrpt/system/CDirectoryExplorer.h>
Public Attributes | |
| std::string | name |
| The file name (without the whole path). | |
| std::string | wholePath |
| The whole file path. | |
| time_t | accessTime |
| Access and modification times. | |
| time_t | modTime |
| bool | isDir |
| bool | isSymLink |
| uint64_t | fileSize |
| The size of the file in bytes. | |
| time_t mrpt::system::CDirectoryExplorer::TFileInfo::accessTime |
Access and modification times.
Definition at line 69 of file CDirectoryExplorer.h.
| uint64_t mrpt::system::CDirectoryExplorer::TFileInfo::fileSize |
The size of the file in bytes.
Definition at line 75 of file CDirectoryExplorer.h.
| bool mrpt::system::CDirectoryExplorer::TFileInfo::isDir |
Definition at line 71 of file CDirectoryExplorer.h.
| bool mrpt::system::CDirectoryExplorer::TFileInfo::isSymLink |
Definition at line 71 of file CDirectoryExplorer.h.
| time_t mrpt::system::CDirectoryExplorer::TFileInfo::modTime |
Definition at line 69 of file CDirectoryExplorer.h.
| std::string mrpt::system::CDirectoryExplorer::TFileInfo::name |
The file name (without the whole path).
Definition at line 61 of file CDirectoryExplorer.h.
| std::string mrpt::system::CDirectoryExplorer::TFileInfo::wholePath |
The whole file path.
Definition at line 65 of file CDirectoryExplorer.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |