]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/sfileinfo.html
Import fatfs R0.15
[z180-stamp.git] / fatfs / documents / doc / sfileinfo.html
index b4c906364d02ffc11373e206d329545c29012246..db0f45e3b10f44bf50d79abec11350e20995b280 100644 (file)
@@ -13,7 +13,7 @@
 \r
 <div class="para">\r
 <h2>FILINFO</h2>\r
-<p>The <tt>FILINFO</tt> structure holds information about the object returned by <tt>f_readdir</tt>, <tt>f_findfirst</tt>, <tt>f_findnext</tt> and <tt>f_stat</tt> function. Be careful in the size of structure when LFN is enabled.</p>\r
+<p>The <tt>FILINFO</tt> structure holds information about the object retrieved by <tt>f_readdir</tt>, <tt>f_findfirst</tt>, <tt>f_findnext</tt> and <tt>f_stat</tt> function. Be careful in the size of structure when LFN is enabled.</p>\r
 <pre>\r
 <span class="k">typedef struct</span> {\r
     FSIZE_t fsize;               <span class="c">/* File size */</span>\r
@@ -33,9 +33,9 @@
 <h4>Members</h4>\r
 <dl>\r
 <dt>fsize</dt>\r
-<dd>Indicates size of the file in unit of byte. <tt>FSIZE_t</tt> is an alias of integer type either <tt>DWORD</tt>(32-bit) or <tt>QWORD</tt>(64-bit) depends on the configuration option <tt>FF_FS_EXFAT</tt>. Do not care when the item is a directory.</dd>\r
+<dd>Size of the file in unit of byte. <tt>FSIZE_t</tt> is an alias of integer type either <tt>DWORD</tt>(32-bit) or <tt>QWORD</tt>(64-bit) depends on the configuration option <tt>FF_FS_EXFAT</tt>. Do not care if the item is a sub-directory.</dd>\r
 <dt>fdate</dt>\r
-<dd>Indicates the date when the file was modified or the directory was created.<br>\r
+<dd>The date when the file was modified or the directory was created.<br>\r
 <dl>\r
 <dt>bit15:9</dt>\r
 <dd>Year origin from 1980 (0..127)</dd>\r
@@ -46,7 +46,7 @@
 </dl>\r
 </dd>\r
 <dt>ftime</dt>\r
-<dd>Indicates the time when the file was modified or the directory was created.<br>\r
+<dd>The time when the file was modified or the directory was created.<br>\r
 <dl>\r
 <dt>bit15:11</dt>\r
 <dd>Hour (0..23)</dd>\r
@@ -57,7 +57,7 @@
 </dl>\r
 </dd>\r
 <dt>fattrib</dt>\r
-<dd>Indicates the attribute flags in combination of:<br>\r
+<dd>The attribute flags in combination of:<br>\r
 <table class="lst">\r
 <tr><th>Flag</th><th>Meaning</th></tr>\r
 <tr><td>AM_RDO</td><td>Read-only. Write mode open and deleting is rejected.</td></tr>\r
@@ -68,9 +68,9 @@
 </table>\r
 </dd>\r
 <dt>fname[]</dt>\r
-<dd>The null-terminated object name is stored. A null string is stored when no item to read and it indicates this structure is invalid. The size of <tt>fname[]</tt> and <tt>altname[]</tt> each can be configured at LFN configuration.</dd>\r
+<dd>Null-terminated object name. A null string is stored when no item to read and it indicates this structure is invalid. The size of <tt>fname[]</tt> and <tt>altname[]</tt> each can be configured in LFN configuration.</dd>\r
 <dt>altname[]</dt>\r
-<dd>Alternative object name is stored if available. This member is not available at non-LFN configuration.</dd>\r
+<dd>Alternative object name is stored if available. This member is not available in non-LFN configuration.</dd>\r
 </dl>\r
 \r
 <p class="foot"><a href="../00index_e.html">Return</a></p>\r