Holds information on one file in the file table. More...
#include <tsfs.h>
Data Fields | |
| uint32_t | file_offset |
| Offset in media file starts. | |
| uint32_t | file_size |
| Size of file in bytes. | |
| uint8_t | filename [TSFS_FILENAME_LEN] |
| Name of the file on the volume. | |
Holds information on one file in the file table.
Definition at line 134 of file tsfs.h.
| uint8_t tsfs_filetable_entry::filename[TSFS_FILENAME_LEN] |
Name of the file on the volume.
The name can be no longer than TSFS_FILENAME_LEN. There is no need for a trailing null byte ('\0'). It is also possible for two files to have the same filename.
Definition at line 147 of file tsfs.h.
Referenced by tsfs_get_filename().
1.6.3