summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/chdir.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/documents/doc/chdir.html')
-rw-r--r--fatfs/documents/doc/chdir.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/documents/doc/chdir.html b/fatfs/documents/doc/chdir.html
index 072b9e9..93e116c 100644
--- a/fatfs/documents/doc/chdir.html
+++ b/fatfs/documents/doc/chdir.html
@@ -25,7 +25,7 @@ FRESULT f_chdir (
<h4>Parameters</h4>
<dl class="par">
<dt>path</dt>
-<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">directory</a> to go.</dd>
+<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">directory</a> to be set as current directory.</dd>
</dl>
</div>
@@ -50,7 +50,7 @@ FRESULT f_chdir (
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>f_chdir</tt> function changes the current directory of the logical drive. Also the current drive is changed at Unix style volume ID, <tt><a href="config.html#str_volume_id">FF_STR_VOLUME_ID</a> == 2</tt>. The current directory of each logical drive is initialized to the root directory on mount.</p>
+<p>The <tt>f_chdir</tt> function changes the current directory of the logical drive. Also the current drive will be changed when in Unix style drive prefix, <tt><a href="config.html#str_volume_id">FF_STR_VOLUME_ID</a> == 2</tt>. The current directory of each logical drive is initialized to the root directory on mount.</p>
<p>Note that the current directory is retained in the each file system object and the current drive is retained in a static variable, so that it also affects other tasks that use the file functions.</p>
</div>