ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
FS.Listing
ocean
io
Path
FS
Some fruct glue for directory listings.
struct
FS
struct
Listing {
cstring
folder
;
bool
allFiles
;
int
opApply
(int delegate(ref FileInfo) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref FileInfo) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
allFiles
bool
allFiles
;
Undocumented in source.
folder
cstring
folder
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
Path
FS
static functions
copy
createFile
createFolder
exception
exists
fileSize
isFile
isFolder
isReadable
isWritable
join
list
padded
paddedLeading
remove
rename
stripped
strz
timeStamps
structs
Listing
Stamps
Some fruct glue for directory listings.