dinu ~master (2022-03-06T19:06:21.5365866)
Dub
Repo
FilesLoader
dinu
loader
files
Undocumented in source.
__gshared
class
FilesLoader : ChoiceLoader {
string
path
;
int
depth
;
string
[]
loadedDirs
;
this
(string path, int depth);
void
run
();
void
update
(dstring filterText);
}
Constructors
this
this
(string path, int depth)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
(dstring filterText)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
depth
int
depth
;
Undocumented in source.
loadedDirs
string
[]
loadedDirs
;
Undocumented in source.
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
dinu
loader
files
classes
FilesLoader
static functions
chompAll
normalizePath