PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
pathname_t Struct Reference

Pathname structure. More...

#include <path.h>

Collaboration diagram for pathname_t:

Data Fields

char string [MAX_PATH]
 
mode_t mode
 
bool isValid
 

Detailed Description

Pathname structure.

A pathname is a string representation of a path.

Definition at line 136 of file path.h.

Field Documentation

◆ string

char pathname_t::string[MAX_PATH]

Definition at line 138 of file path.h.

◆ mode

mode_t pathname_t::mode

Definition at line 139 of file path.h.

◆ isValid

bool pathname_t::isValid

Definition at line 140 of file path.h.


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