Function dirEntries
Like std.file.dirEntries
, but supports Path and command echoing.
Prototypes
auto std.file. DirIterator dirEntries( Path path, std. file. SpanMode mode, bool followSymlink = true ); auto std. algorithm. iteration. FilterResult!(boolstd.file.dirEntries(string,string,std.file.SpanMode,bool).f(std.file.DirEntry),std.file.DirIterator) dirEntries( Path path, string pattern, std. file. SpanMode mode, bool followSymlink = true );
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng