PatchworkOS  19e446b
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
 

Detailed Description

Pathname structure.

A pathname is a string representation of a path.

Definition at line 138 of file path.h.

Field Documentation

◆ string

char pathname_t::string[MAX_PATH]

Definition at line 140 of file path.h.

◆ mode

mode_t pathname_t::mode

Definition at line 141 of file path.h.


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