X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7b78a5a287827db9e9b16286f3604aef69b37c5c..70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/getfree.html diff --git a/fatfs/doc/en/getfree.html b/fatfs/doc/en/getfree.html index 5a68975..1cfc09a 100644 --- a/fatfs/doc/en/getfree.html +++ b/fatfs/doc/en/getfree.html @@ -27,7 +27,7 @@ FRESULT f_getfree (

Parameters

path
-
Pinter to the null-terminated string that specifies the logical drive. A null-string means the default drive.
+
Pointer to the null-terminated string that specifies the logical drive. A null-string means the default drive.
nclst
Pointer to the DWORD variable to store number of free clusters.
fatfs
@@ -53,7 +53,7 @@ FRESULT f_getfree (

Descriptions

-

The f_getfree() function gets number of free clusters on the volume. The member csize in the file system object indicates number of sectors per cluster, so that the free space in unit of sector can be calcurated with this information. When FSINFO structure on the FAT32 volume is not in sync, this function can return an incorrect free cluster count. To avoid this problem, FatFs can be forced full FAT scan by _FS_NOFSINFO option.

+

The f_getfree function gets number of free clusters on the volume. The member csize in the file system object indicates number of sectors per cluster, so that the free space in unit of sector can be calcurated with this information. When FSINFO structure on the FAT32 volume is not in sync, this function can return an incorrect free cluster count. To avoid this problem, FatFs can be forced full FAT scan by _FS_NOFSINFO option.