]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/unlink.html
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / doc / en / unlink.html
index fc884c3c14d2f53427fbd9883edb0b967e3ec2ef..4cd1f660d49c1a66e49e994efc505d548059f11f 100644 (file)
@@ -25,7 +25,7 @@ FRESULT f_unlink (
 <h4>Parameter</h4>\r
 <dl class="par">\r
 <dt>path</dt>\r
-<dd>Pointer to the null-terminated string that specifies an <a href="filename.html">object</a> to be removed.</dd>\r
+<dd>Pointer to a null-terminated string that specifies the <a href="filename.html">file or sub-directory</a> to be removed.</dd>\r
 </dl>\r
 </div>\r
 \r
@@ -59,7 +59,7 @@ FRESULT f_unlink (
 If condition of the object to be removed is applicable to the following terms, the function will be rejected.<ul>\r
 <li>The file/sub-directory must not have read-only attribute (<tt>AM_RDO</tt>), or the function will be rejected with <tt>FR_DENIED</tt>.</li>\r
 <li>The sub-directory must be empty and must not be current directory, or the function will be rejected with <tt>FR_DENIED</tt>.</li>\r
-<li>The file/sub-directory must not be opened, or the <em>FAT volume can be collapsed</em>. It can be rejected with <tt>FR_LOCKED</tt> when <a href="appnote.html#dup">file lock feature</a> is enabled.</li>\r
+<li>The file/sub-directory must not be opened, or the <em>FAT volume can be collapsed</em>. It will be rejected safely when <a href="appnote.html#dup">file lock function</a> is enabled.</li>\r
 </ul>\r
 </div>\r
 \r