fs.linkSync(existingPath, newPath)


创建从 existingPathnewPath 的新链接。 有关更多详细信息,请参阅 POSIX link(2) 文档。 返回 undefined

Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined.