scriptlike ~master (2019-07-15T18:36:56Z)
Home
Dub
Repo
rename
scriptlike
file
wrappers
Like $(FULL_STD_FILE rename), but supports Path, command echoing and dryrun.
void
rename
(Path from, Path to)
void
rename
(
in
Path
from
,
in
Path
to
)
void
rename
(string from, Path to)
void
rename
(Path from, string to)
void
rename
(string from, string to)
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 rename), but supports Path, command echoing and dryrun.