GPAK  1.0.0
A general-purpose archive library
Data Fields
filesystem_tree_node Struct Reference

#include <gpak_data.h>

Collaboration diagram for filesystem_tree_node:
Collaboration graph
[legend]

Data Fields

char * name_
 
struct filesystem_tree_nodeparent_
 
struct filesystem_tree_node ** children_
 
size_t num_children_
 
filesystem_tree_file_t ** files_
 
size_t num_files_
 

Detailed Description

Brief Description:\n Structure representing a node within a filesystem tree.

This structure contains information about a directory node in a filesystem tree, including its name, parent, children nodes, files, and counts of children and files.

Definition at line 322 of file gpak_data.h.


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