Solar_Symlink::_make()
static protected
string
Solar_Symlink::_make
( string $src
, string $tgt
, string $dir
)
Returns the command to create a symlink on non-Windows systems.
Parameters
(string)
$src
: The source path of the real file or directory.(string)
$tgt
: The target path for where to put the symlink.(string)
$dir
: Change to this directory before creating the symlink, typically the target directory; this helps when making relative symlinks.
Returns
(string) The command to make a directory symlink.
Description
Returns the command to create a symlink on non-Windows systems.