]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/chdir.html
Import fatfs R0.15
[z180-stamp.git] / fatfs / documents / doc / chdir.html
index 072b9e958a2b5385f0e8d2b52de6cc4abb54096a..93e116c394676511919f26d5f54cb5ac4c7b1358 100644 (file)
@@ -25,7 +25,7 @@ FRESULT f_chdir (
 <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">directory</a> to go.</dd>\r
+<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">directory</a> to be set as current directory.</dd>\r
 </dl>\r
 </div>\r
 \r
@@ -50,7 +50,7 @@ FRESULT f_chdir (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<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>\r
+<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>\r
 <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>\r
 </div>\r
 \r