dxx ~master (2018-08-15T02:01:19Z)
Dub
Repo
symlink
scriptlike
file
wrappers
Posix-only. Like $(FULL_STD_FILE symlink), but supports Path and command echoing.
void
symlink
(
Path
original
,
Path
link
)
version
(
docs_scriptlike_d
)
void
symlink
(
Path
original
,
Path
link
)
void
symlink
(
string
original
,
Path
link
)
void
symlink
(
Path
original
,
string
link
)
void
symlink
(
string
original
,
string
link
)
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
Posix-only. Like $(FULL_STD_FILE symlink), but supports Path and command echoing.