easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
ScopedChdir
easyd
unix
Undocumented in source.
struct
ScopedChdir {
string
prevDir
;
string
newDir
;
bool
isTemp
;
this
(string newdir, bool istemp);
~this
();
}
Constructors
this
this
(string newdir, bool istemp)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
isTemp
bool
isTemp
;
Undocumented in source.
newDir
string
newDir
;
Undocumented in source.
prevDir
string
prevDir
;
Undocumented in source.
Meta
Source
See Implementation
easyd
unix
classes
StdoutStream
TarStream
UntarStream
functions
fullPath
fullPathFrom
isDir
isExecutable
isLink
isWritable
parentDir
pathEqual
pureName
resetDir
resolveLink
rootPermissions
shellExec
slash
symLink
unslash
userName
structs
ScopedChdir