Stores the file name information that is stored in a directory. More...
#include <tsk_fs.h>
Stores the file name information that is stored in a directory.
Most file systems separate the file name from the metadata, but some do not (such as FAT). This structure contains the file name and the address of the metadata. See TSK_FS_NAME for more details.
construct a TskFsName object
Return flags that describe allocation status etc.
References TSK_FS_NAME::flags.
Return the address of the metadata structure that the name points to.
References TSK_FS_NAME::meta_addr.
Return the sequence number for metadata structure (NTFS only)
References TSK_FS_NAME::meta_seq.
Return the metadata address of the parent directory (equal to meta_addr if this entry is for root directory).
References TSK_FS_NAME::par_addr.
Return the short name of the file or null (in UTF-8)
References TSK_FS_NAME::shrt_name.
Return the file type information (directory, file, etc.)
References TSK_FS_NAME::type.
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.