The Sleuth Kit  4.10.0
Public Attributes | List of all members
EXFATFS_FILE_NAME_DIR_ENTRY Struct Reference

File name directory entry structure for exFAT file systems. More...

#include <tsk_exfatfs.h>

Public Attributes

uint8_t entry_type
 0xC1 if allocated, 0x41 if deleted
 
uint8_t flags
 Flags: Allocation possible, no FAT chain, custom.
 
uint8_t utf16_name_chars [30]
 UTF16 part of file name, max 15 characters.
 

Detailed Description

File name directory entry structure for exFAT file systems.

It will be preceded by 0-16 file name entries, a stream entry, and a file entry. A file entry and its stream and file name entries constitute a file directory entry set. Note that file names are not null-terminated. The length of a file name is stored in the file stream entry of the file directory entry set.


The documentation for this struct was generated from the following file:

Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.