existingPath <string> | <Buffer> | <URL>
existingPath
newPath <string> | <Buffer> | <URL>
newPath
返回:<Promise> 成功时将使用 undefined 履行。
undefined
¥Returns: <Promise> Fulfills with undefined upon success.
创建从 existingPath 到 newPath 的新链接。有关更多详细信息,请参阅 POSIX link(2) 文档。
link(2)
¥Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail.