dxx ~master (2018-08-15T02:01:19Z)
Dub
Repo
getTimes
scriptlike
file
wrappers
Like $(FULL_STD_FILE getTimes), but supports Path and command echoing.
void
getTimes
(
in
Path
name
,
out
SysTime
accessTime
,
out
SysTime
modificationTime
)
void
getTimes
(
in
string
name
,
out
SysTime
accessTime
,
out
SysTime
modificationTime
)
void
getTimes
(
in
string
name
,
out
SysTime
accessTime
,
out
SysTime
modificationTime
)
Meta
Source
See Implementation
scriptlike
file
wrappers
aliases
readFile
writeFile
functions
append
chdir
copy
dirEntries
exists
getAttributes
getLinkAttributes
getSize
getTimes
getTimesWin
getcwd
mkdir
mkdirRecurse
read
readLink
readText
remove
rename
rmdir
rmdirRecurse
setTimes
slurp
symlink
tempDir
thisExePath
timeLastModified
write
properties
isDir
isFile
isSymlink
Like $(FULL_STD_FILE getTimes), but supports Path and command echoing.