From 289f6a146c0b2087607d8d8659531ea90142779a Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 27 May 2018 21:26:38 +0200 Subject: Import fatfs R0.13b --- fatfs/doc/en/truncate.html | 66 ---------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 fatfs/doc/en/truncate.html (limited to 'fatfs/doc/en/truncate.html') diff --git a/fatfs/doc/en/truncate.html b/fatfs/doc/en/truncate.html deleted file mode 100644 index d0079d7..0000000 --- a/fatfs/doc/en/truncate.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - -FatFs - f_truncate - - - - -
-

f_truncate

-

The f_truncate function truncates the file size.

-
-FRESULT f_truncate (
-  FIL* fp     /* [IN] File object */
-);
-
-
- -
-

Parameter

-
-
fp
-
Pointer to the open file object to be truncated.
-
-
- - -
-

Return Values

-

-FR_OK, -FR_DISK_ERR, -FR_INT_ERR, -FR_DENIED, -FR_INVALID_OBJECT, -FR_TIMEOUT -

-
- - -
-

Description

-

The f_truncate function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.

-
- - -
-

QuickInfo

-

Available when _FS_READONLY == 0 and _FS_MINIMIZE == 0.

-
- - -
-

See Also

-

f_open, f_lseek, FIL

-
- - -

Return

- - -- cgit v1.2.3