blob: a27c5ebf3abbed4e8dfbf7f50fea9a9e229f36ad [file] [log] [blame]
{{+bindTo:partials.standard_nacl_api}}
<h1>PP_FileInfo Struct Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
<!-- Generated by Doxygen 1.7.6.1 -->
</div>
<!--header-->
<div class="contents">
<!-- doxytag: class="PP_FileInfo" --><h2>
Data Fields</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">int64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___file_info.html#a8e477e77e1938f657ae282139f628368">size</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga36f6dfbe9c1e98540c5247f790746427">PP_FileType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___file_info.html#a2b38985af2a482ddd196cd40b13378f5">type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga87b353f2ec8935c9c3294daff612c145">PP_FileSystemType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___file_info.html#a02a26955ced1a31ba23806c7cc22676a">system_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___typedefs.html#ga537b277d2116e42b6acfe9323d40e1a0">PP_Time</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___file_info.html#ae440d0229864ae7eed164cce2e517c1c">creation_time</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___typedefs.html#ga537b277d2116e42b6acfe9323d40e1a0">PP_Time</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___file_info.html#aa28b1c96d04220ed40f711126032ad20">last_access_time</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___typedefs.html#ga537b277d2116e42b6acfe9323d40e1a0">PP_Time</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___file_info.html#a08c89b213b808c573fbe98079bab7a56">last_modified_time</a></td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The <code><a class="el" href="struct_p_p___file_info.html" title="The PP_FileInfo struct represents all information about a file, such as size, type, and creation time.">PP_FileInfo</a></code> struct represents all information about a file, such as size, type, and creation time. </p>
</div><hr /><h2>Field Documentation</h2>
<a class="anchor" id="ae440d0229864ae7eed164cce2e517c1c"></a><!-- doxytag: member="PP_FileInfo::creation_time" ref="ae440d0229864ae7eed164cce2e517c1c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___typedefs.html#ga537b277d2116e42b6acfe9323d40e1a0">PP_Time</a> <a class="el" href="struct_p_p___file_info.html#ae440d0229864ae7eed164cce2e517c1c">PP_FileInfo::creation_time</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the creation time of the file. </p>
</div>
</div>
<a class="anchor" id="aa28b1c96d04220ed40f711126032ad20"></a><!-- doxytag: member="PP_FileInfo::last_access_time" ref="aa28b1c96d04220ed40f711126032ad20" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___typedefs.html#ga537b277d2116e42b6acfe9323d40e1a0">PP_Time</a> <a class="el" href="struct_p_p___file_info.html#aa28b1c96d04220ed40f711126032ad20">PP_FileInfo::last_access_time</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the last time the file was accessed. </p>
</div>
</div>
<a class="anchor" id="a08c89b213b808c573fbe98079bab7a56"></a><!-- doxytag: member="PP_FileInfo::last_modified_time" ref="a08c89b213b808c573fbe98079bab7a56" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___typedefs.html#ga537b277d2116e42b6acfe9323d40e1a0">PP_Time</a> <a class="el" href="struct_p_p___file_info.html#a08c89b213b808c573fbe98079bab7a56">PP_FileInfo::last_modified_time</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the last time the file was modified. </p>
</div>
</div>
<a class="anchor" id="a8e477e77e1938f657ae282139f628368"></a><!-- doxytag: member="PP_FileInfo::size" ref="a8e477e77e1938f657ae282139f628368" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int64_t <a class="el" href="struct_p_p___file_info.html#a8e477e77e1938f657ae282139f628368">PP_FileInfo::size</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the size of the file measured in bytes. </p>
</div>
</div>
<a class="anchor" id="a02a26955ced1a31ba23806c7cc22676a"></a><!-- doxytag: member="PP_FileInfo::system_type" ref="a02a26955ced1a31ba23806c7cc22676a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___enums.html#ga87b353f2ec8935c9c3294daff612c145">PP_FileSystemType</a> <a class="el" href="struct_p_p___file_info.html#a02a26955ced1a31ba23806c7cc22676a">PP_FileInfo::system_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the file system type of the file as defined by the <code>PP_FileSystemType</code> enum. </p>
</div>
</div>
<a class="anchor" id="a2b38985af2a482ddd196cd40b13378f5"></a><!-- doxytag: member="PP_FileInfo::type" ref="a2b38985af2a482ddd196cd40b13378f5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___enums.html#ga36f6dfbe9c1e98540c5247f790746427">PP_FileType</a> <a class="el" href="struct_p_p___file_info.html#a2b38985af2a482ddd196cd40b13378f5">PP_FileInfo::type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the type of file as defined by the <code>PP_FileType</code> enum. </p>
</div>
</div>
<hr />The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pp__file__info_8h.html">pp_file_info.h</a></li>
</ul>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}