stats.isSymbolicLink()


如果 fs.Stats 对象描述符号链接,则返回 true

此方法仅在使用 fs.lstat() 时有效。

Returns true if the fs.Stats object describes a symbolic link.

This method is only valid when using fs.lstat().