]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/stat.html
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / documents / doc / stat.html
similarity index 90%
rename from fatfs/doc/en/stat.html
rename to fatfs/documents/doc/stat.html
index 2924660ec475335f35df2cf7b32851f9536eacb8..db636675ef41161efe7f922ab052d0b9ee1ab4cf 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html lang="en">\r
 <head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
 <meta http-equiv="Content-Style-Type" content="text/css">\r
 <link rel="up" title="FatFs" href="../00index_e.html">\r
 <link rel="alternate" hreflang="ja" title="Japanese" href="../ja/stat.html">\r
@@ -26,7 +26,7 @@ FRESULT f_stat (
 <h4>Parameters</h4>\r
 <dl class="par">\r
 <dt>path</dt>\r
-<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">object</a> to get its information.</dd>\r
+<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">object</a> to get its information. The object must not be the root direcotry.</dd>\r
 <dt>fno</dt>\r
 <dd>Pointer to the blank <tt>FILINFO</tt> structure to store the information of the object. Set null pointer if it is not needed.</dd>\r
 </dl>\r
@@ -60,7 +60,7 @@ FRESULT f_stat (
 \r
 <div class="para comp">\r
 <h4>QuickInfo</h4>\r
-<p>Available when <tt>_FS_MINIMIZE == 0</tt>.</p>\r
+<p>Available when <tt><a href="config.html#fs_minimize">FF_FS_MINIMIZE</a> == 0</tt>.</p>\r
 </div>\r
 \r
 \r