FatFs R0.11, released Febrary 9, 2015

This commit is contained in:
Christopher Williams
2015-03-11 10:25:52 -07:00
parent 9ca3490602
commit 9acb379950
95 changed files with 1494 additions and 1031 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
<div class="para func">
<h2>f_mkdir</h2>
<p>ディレクトリを作成します。</p>
<p>サブ ディレクトリを作成します。</p>
<pre>
FRESULT f_mkdir (
const TCHAR* <span class="arg">path</span> <span class="c">/* [IN] 作成するディレクトリ名へのポインタ */</span>
@@ -53,7 +53,7 @@ FRESULT f_mkdir (
<div class="para desc">
<h4>解説</h4>
<p>空のディレクトリを作成します。</p>
<p>空のサブ ディレクトリを作成します。ディレクトリを削除するときは<a href="unlink.html"><tt>f_unlink</tt></a>関数を使用してください。</p>
</div>