This represents the information about each file.
#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. | |
Access and modification times.
Definition at line 69 of file CDirectoryExplorer.h.
The size of the file in bytes.
Definition at line 75 of file CDirectoryExplorer.h.
Definition at line 71 of file CDirectoryExplorer.h.
Definition at line 71 of file CDirectoryExplorer.h.
Definition at line 69 of file CDirectoryExplorer.h.
The file name (without the whole path).
Definition at line 61 of file CDirectoryExplorer.h.
The whole file path.
Definition at line 65 of file CDirectoryExplorer.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |