]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/Common/FileSystem/FatFs-0.7e/doc/en/truncate.html
cb6f0b0441ea0d1e50eb103ebcef6d56c23c5e61
[freertos] / FreeRTOS / Demo / Common / FileSystem / FatFs-0.7e / doc / en / truncate.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2 <html lang="en">\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5 <meta http-equiv="Content-Style-Type" content="text/css">\r
6 <link rel="up" title="FatFs" href="../00index_e.html">\r
7 <link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title="ELM Default">\r
8 <title>FatFs - f_truncate</title>\r
9 </head>\r
10 \r
11 <body>\r
12 \r
13 <div class="para">\r
14 <h2>f_truncate</h2>\r
15 <p>The f_truncate function truncates the file size.</p>\r
16 <pre>\r
17 FRESULT f_truncate (\r
18   FIL* <em>FileObject</em>     /* Pointer to the file object */\r
19 );\r
20 </pre>\r
21 </div>\r
22 \r
23 <div class="para">\r
24 <h4>Parameter</h4>\r
25 <dl class="par">\r
26 <dt>FileObject</dt>\r
27 <dd>Pointer to the open file object to be truncated.</dd>\r
28 </dl>\r
29 </div>\r
30 \r
31 \r
32 <div class="para">\r
33 <h4>Return Values</h4>\r
34 <dl class="ret">\r
35 <dt>FR_OK (0)</dt>\r
36 <dd>The function succeeded.</dd>\r
37 <dt>FR_DENIED</dt>\r
38 <dd>The file has been opened in read-only mode.</dd>\r
39 <dt>FR_DISK_ERR</dt>\r
40 <dd>The function failed due to an error in the disk function.</dd>\r
41 <dt>FR_INT_ERR</dt>\r
42 <dd>The function failed due to a wrong FAT structure or an internal error.</dd>\r
43 <dt>FR_NOT_READY</dt>\r
44 <dd>The disk drive cannot work due to no medium in the drive or any other reason.</dd>\r
45 <dt>FR_INVALID_OBJECT</dt>\r
46 <dd>The file object is invalid.</dd>\r
47 </dl>\r
48 </div>\r
49 \r
50 \r
51 <div class="para">\r
52 <h4>Description</h4>\r
53 <p>The f_truncate function truncates the file size to the current file R/W point. When the file R/W pointer is already pointing end of the file, this function has no effect.</p>\r
54 </div>\r
55 \r
56 \r
57 <div class="para">\r
58 <h4>QuickInfo</h4>\r
59 <p>Available when <tt>_FS_READONLY == 0</tt> and <tt>_FS_MINIMIZE == 0</tt>.</p>\r
60 </div>\r
61 \r
62 \r
63 <div class="para">\r
64 <h4>See Also</h4>\r
65 <p><tt><a href="open.html">f_open</a>, <a href="lseek.html">f_lseek</a>, <a href="sfile.html">FIL</a></tt></p>\r
66 </div>\r
67 \r
68 \r
69 <p class="foot"><a href="../00index_e.html">Return</a></p>\r
70 </body>\r
71 </html>\r