]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/getcwd.html
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / doc / en / getcwd.html
index 045cce473733f2b7dd743efc746385dcbf14802d..52a7f3f895933f0b291aea47751ac57ea225b1a1 100644 (file)
@@ -13,7 +13,7 @@
 \r
 <div class="para func">\r
 <h2>f_getcwd</h2>\r
-<p>The f_getcwd function retrieves the current directory.</p>\r
+<p>The f_getcwd function retrieves the current directory and current drive.</p>\r
 <pre>\r
 FRESULT f_getcwd (\r
   TCHAR* <span class="arg">buff</span>, <span class="c">/* [OUT] Buffer to return path name */</span>\r
@@ -50,7 +50,8 @@ FRESULT f_getcwd (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>The <tt>f_getcwd()</tt> function retrieves full path name of the current directory of the current drive. When <tt>_VOLUMES</tt> is larger than 1, a logical drive number is added to top of the path name.</p>\r
+<p>The <tt>f_getcwd</tt> function retrieves full path name of the current directory of the current drive. When <tt>_VOLUMES</tt> is larger than 1, a logical drive number is added to top of the path name.</p>\r
+<p><em>Note: In this revision, this function cannot retrieve the current directory path on the exFAT volume. It always returns the root directory path.</em></p>\r
 </div>\r
 \r
 \r