fs.lstatSync(path[, options])


获取 path 引用的符号链接的 <fs.Stats>

有关更多详细信息,请参阅 POSIX lstat(2) 文档。

Retrieves the <fs.Stats> for the symbolic link referred to by path.

See the POSIX lstat(2) documentation for more details.