scriptlike v0.9.3 (2015-08-19T21:58:48Z)
Home
Dub
Repo
rename
scriptlike
file
wrappers
Like $(FULL_STD_FILE rename), but supports Path, command echoing and dryrun.
alias
rename
=
std
.
file
.
rename
void
rename
(Path from, Path to)
void
rename
(string from, Path to)
void
rename
(Path from, string to)
void
rename
(string from, string to)
void
rename
(
in
string
from
,
in
string
to
)
Meta
Source
See Implementation
scriptlike
file
wrappers
aliases
append
chdir
copy
dirEntries
exists
getAttributes
getLinkAttributes
getSize
getTimes
getTimesWin
isDir
isFile
isSymlink
mkdir
mkdirRecurse
read
readLink
readText
remove
rename
rmdir
rmdirRecurse
setTimes
slurp
symlink
timeLastModified
write
functions
getcwd
tempDir
thisExePath
Like $(FULL_STD_FILE rename), but supports Path, command echoing and dryrun.