:orphan: .. index:: pair: struct; tapi_local_file_property .. _doxid-structtapi__local__file__property: struct tapi_local_file_property =============================== .. toctree:: :hidden: Overview ~~~~~~~~ File's property. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_local_file_property { // fields uint64_t :ref:`size`; struct timeval :ref:`date`; }; .. _details-structtapi__local__file__property: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ File's property. Fields ------ .. index:: pair: variable; size .. _doxid-structtapi__local__file__property_1abf04a8ab5506b12e41e4ef63874fbedd: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t size Size of file in bytes. .. index:: pair: variable; date .. _doxid-structtapi__local__file__property_1a94aee6ed68b7ac201b675d421e709f98: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timeval date Date of last file modification.