tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
FileInfo
tango
io
model
IFile
Passed around during file-scanning.
struct
FileInfo {
const
(
char
)[]
path
;
const
(
char
)[]
name
;
ulong
bytes
;
bool
folder
;
bool
hidden
;
bool
system
;
}
Members
Variables
bytes
ulong
bytes
;
Undocumented in source.
folder
bool
folder
;
hidden
bool
hidden
;
name
const
(
char
)[]
name
;
Undocumented in source.
path
const
(
char
)[]
path
;
system
bool
system
;
Undocumented in source.
Meta
Source
See Implementation
tango
io
model
IFile
interfaces
FileConst
structs
FileInfo
Passed around during file-scanning.