Dir

Undocumented in source.

Constructors

this
this(uint _euid)
Undocumented in source.

Members

Functions

cache
string cache()

Cached data, data that is a result expensive computation or I/O. The cached files can be deleted without loss of data.

config
string config()

static program config files

data
string data()

Site specific data

home
string home()

the home directory

log
string log()

Log files

run
string run()

This directory contains system information data describing the system since it was booted

Manifest constants

program_name
enum program_name;
Undocumented in source.

Variables

_home
string _home;
Undocumented in source.
euid
uint euid;
Undocumented in source.
isRoot
bool isRoot;

The effective user permissions, so running with sudo or doas counts as well

Meta