FilesystemFunction: link()On this pageFunction: link() link(path, newPath): Promise<void> Create a hard file link. See link(2) Parameters path string Source file path. newPath string Target file path. Returns Promise<void>