summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/getcwd.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/documents/doc/getcwd.html')
-rw-r--r--fatfs/documents/doc/getcwd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/documents/doc/getcwd.html b/fatfs/documents/doc/getcwd.html
index d5eab61..6eb9a58 100644
--- a/fatfs/documents/doc/getcwd.html
+++ b/fatfs/documents/doc/getcwd.html
@@ -50,7 +50,7 @@ FRESULT f_getcwd (
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>f_getcwd</tt> function retrieves full path name of the current directory of the current drive. When <tt><a href="config.html#volumes">FF_VOLUMES</a> &gt;= 2</tt>, a heading drive prefix is added to the path name. The style of drive prefix is depends on <tt><a href="config.html#str_volume_id">FF_STR_VOLUME_ID</a></tt>.</p>
+<p>The <tt>f_getcwd</tt> function retrieves full path name of the current directory of the current drive. When <tt><a href="config.html#volumes">FF_VOLUMES</a> &gt;= 2</tt>, a heading drive prefix is added to the path name. The style of drive prefix depends on <tt><a href="config.html#str_volume_id">FF_STR_VOLUME_ID</a></tt>.</p>
<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>
</div>