PatchworkOS
Loading...
Searching...
No Matches
pathname_t Struct Reference

Pathname structure. More...

#include <path.h>

Data Fields

char string [MAX_PATH]
 
path_flags_t flags
 
bool isValid
 

Detailed Description

Pathname structure.

A pathname is a string representation of a path.

Definition at line 121 of file path.h.

Field Documentation

◆ flags

◆ isValid

bool pathname_t::isValid

Definition at line 125 of file path.h.

Referenced by path_to_name(), and pathname_init().

◆ string

char pathname_t::string[MAX_PATH]

Definition at line 123 of file path.h.

Referenced by path_to_name(), path_walk(), path_walk_parent(), pathname_init(), and process_cwd_read().


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