vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
listDirectory
vibe
core
file
Enumerates all files in the specified directory.
void
listDirectory
(NativePath path, bool delegate(FileInfo info) @(safe) del)
void
listDirectory
(string path, bool delegate(FileInfo info) @(safe) del)
void
listDirectory
(NativePath path, bool delegate(FileInfo info) @(system) del)
@
safe
@
system
void
listDirectory
(
NativePath
path
,
scope
bool
delegate
(
FileInfo
info
)
@
system
del
)
void
listDirectory
(string path, bool delegate(FileInfo info) @(system) del)
int
delegate
(
scope
int
delegate
(
ref
FileInfo
))
iterateDirectory
(NativePath path)
int
delegate
(
scope
int
delegate
(
ref
FileInfo
))
iterateDirectory
(string path)
Meta
Source
See Implementation
vibe
core
file
enums
DirectoryChangeType
FileMode
functions
appendToFile
copyFile
createDirectory
createTempFile
existsFile
getFileInfo
getWorkingDirectory
iterateDirectory
listDirectory
moveFile
openFile
readFile
readFileUTF8
removeFile
watchDirectory
writeFile
writeFileUTF8
mixins
__anonymous
structs
DirectoryChange
DirectoryWatcher
FileInfo
FileStream
Enumerates all files in the specified directory.