]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/chdrive.html
Import fatfs R0.15
[z180-stamp.git] / fatfs / documents / doc / chdrive.html
index fb1c32fa9bdb7b8fc435000fef830bbfdff8134c..4dfc7d86d7c76a845a00bf5afe4f037ef5e30f1f 100644 (file)
@@ -41,7 +41,7 @@ FRESULT f_chdrive (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>The <tt>f_chdrive</tt> function changes only the current drive. The initial value of the current drive number is 0. Note that the current drive is retained in a static variable, so that it also affects other tasks that using the file functions.</p>\r
+<p>The <tt>f_chdrive</tt> function changes only the current drive. The initial value of the current drive number is 0. In Unix style drive prefix configuration, this function will not be needed because <tt>f_chdir</tt> function changes also the current drive. Note that the current drive is retained in a static variable, so that it also affects other tasks that using the file functions.</p>\r
 </div>\r
 \r
 <div class="para comp">\r
@@ -56,8 +56,6 @@ FRESULT f_chdrive (
     <em>f_chdrive</em>("2:");  <span class="c">/* Set drive 2 as current drive */</span>\r
 \r
     <em>f_chdrive</em>("");    <span class="c">/* No effect (set current drive as current drive) */</span>\r
-\r
-    <em>f_chdrive</em>("/flash");  <span class="c">/* Set drive "flash" as current drive (at Unix style volume ID) */</span>\r
 </pre>\r
 </div>\r
 \r