scriptlike v0.9.1 (2015-06-28T05:27:52Z)
Home
Dub
Repo
dirEntries
scriptlike
file
wrappers
Like $(FULL_STD_FILE dirEntries), but supports Path and command echoing.
auto
dirEntries
(Path path, SpanMode mode, bool followSymlink)
auto
dirEntries
(Path path, string pattern, SpanMode mode, bool followSymlink)
auto
dirEntries
(
Path
path
,
string
pattern
,
SpanMode
mode
,
bool
followSymlink
= true
)
Meta
Source
See Implementation
scriptlike
file
wrappers
functions
append
chdir
copy
dirEntries
exists
getAttributes
getLinkAttributes
getSize
getTimes
getTimesWin
getcwd
mkdir
mkdirRecurse
read
readLink
readText
remove
rename
rmdir
rmdirRecurse
setTimes
symlink
tempDir
thisExePath
timeLastModified
write
properties
isDir
isFile
isSymlink
templates
slurp
Like $(FULL_STD_FILE dirEntries), but supports Path and command echoing.