beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
FileEntry
beangle
web
filebrowser
Undocumented in source.
class
FileEntry {
string
name
;
bool
isDir
;
DateTime
lastModified
;
ulong
size
;
auto
toLine
();
int
opCmp
(Object o);
}
Members
Functions
opCmp
int
opCmp
(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toLine
auto
toLine
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isDir
bool
isDir
;
Undocumented in source.
lastModified
DateTime
lastModified
;
Undocumented in source.
name
string
name
;
Undocumented in source.
size
ulong
size
;
Undocumented in source.
Meta
Source
See Implementation
beangle
web
filebrowser
classes
FileEntry
functions
genListContents
list