X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/closedir.html..289f6a146c0b2087607d8d8659531ea90142779a:/fatfs/documents/doc/closedir.html diff --git a/fatfs/doc/en/closedir.html b/fatfs/documents/doc/closedir.html similarity index 82% rename from fatfs/doc/en/closedir.html rename to fatfs/documents/doc/closedir.html index 253d67a..3f5df57 100644 --- a/fatfs/doc/en/closedir.html +++ b/fatfs/documents/doc/closedir.html @@ -1,7 +1,7 @@ - + @@ -44,13 +44,13 @@ FRESULT f_closedir (

Description

The f_closedir function closes an open directory object. After the function succeeded, the directory object is no longer valid and it can be discarded.

-

Note that the directory object can also be discarded without this process when option _FS_LOCK is not enabled. However this is not recommended for future compatibility.

+

Note that the directory object can also be discarded without this procedure when option FF_FS_LOCK is not enabled. However this is not recommended for future compatibility.

QuickInfo

-

Available when _FS_MINIMIZE <= 1.

+

Available when FF_FS_MINIMIZE <= 1.