dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
PathBuilder
dlib
filesystem
stdfs
Undocumented in source.
struct
PathBuilder {
char
[
MAX_PATH_LEN
]
str
;
uint
length
;
void
append
(string s);
string
toString
();
}
Members
Functions
append
void
append
(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
length
uint
length
;
Undocumented in source.
str
char
[
MAX_PATH_LEN
]
str
;
Undocumented in source.
Meta
Source
See Implementation
dlib
filesystem
stdfs
classes
StdFileSystem
StdIOStream
StdInFileStream
StdOutFileStream
functions
RemoveDirectoryW
_wmkdir
_wremove
readStruct
readText
traverseDir
manifest constants
MAX_PATH_LEN
structs
PathBuilder
RecursiveFileIterator