参数 existingPath 和 newPath 可以是使用 file: 协议的 WHATWG URL 对象。 支持目前仍处于实验阶段。
existingPath
newPath
file:
URL
新增于: v0.1.31
创建从 existingPath 到 newPath 的新链接。 有关更多详细信息,请参阅 POSIX link(2) 文档。 返回 undefined。
link(2)
undefined
The existingPath and newPath parameters can be WHATWG URL objects using file: protocol. Support is currently still experimental.
Added in: v0.1.31
Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined.