Optional
type: "fs".SimlinkTypeCreates a symbolic link.
The type
argument is only used on Windows platforms and can be one of "dir"
,"file"
, or "junction"
. Windows junction points require the destination path
to be absolute. When using "junction"
, the target
argument will
automatically be normalized to absolute path.
v0.0.67
Fulfills with undefined
upon success.
Optional
type: "fs".SimlinkTypeGenerated using TypeDoc
Creates a symbolic link.
The
type
argument is only used on Windows platforms and can be one of"dir"
,"file"
, or"junction"
. Windows junction points require the destination path to be absolute. When using"junction"
, thetarget
argument will automatically be normalized to absolute path.Since
v0.0.67
Returns
Fulfills with
undefined
upon success.