#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. | |
Definition at line 56 of file CDirectoryExplorer.h.
| time_t mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::accessTime |
| uint64_t mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::fileSize |
| bool mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::isDir |
Definition at line 70 of file CDirectoryExplorer.h.
| bool mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::isSymLink |
Definition at line 70 of file CDirectoryExplorer.h.
| time_t mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::modTime |
Definition at line 68 of file CDirectoryExplorer.h.
| std::string mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::name |
| std::string mrpt::system::CDirectoryExplorer::CDirectoryExplorer::TFileInfo::wholePath |
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |