symlink
Call Signature
Section titled “Call Signature”symlink(
this,target,path,cb?):void
Defined in: src/node/async.ts:480
Asynchronous symlink.
Parameters
Section titled “Parameters”unknown
target
Section titled “target”PathLike
target path
PathLike
link path Type defaults to file
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”symlink(
this,target,path,type?,cb?):void
Defined in: src/node/async.ts:481
Asynchronous symlink.
Parameters
Section titled “Parameters”unknown
target
Section titled “target”PathLike
target path
PathLike
link path Type defaults to file
Type
Returns
Section titled “Returns”void