stats.isSymbolicLink()
如果 <fs.Stats> 对象描述符号链接,则返回 true
。
¥Returns true
if the <fs.Stats> object describes a symbolic link.
此方法仅在使用 fs.lstat()
时有效。
¥This method is only valid when using fs.lstat()
.
如果 <fs.Stats> 对象描述符号链接,则返回 true
。
¥Returns true
if the <fs.Stats> object describes a symbolic link.
此方法仅在使用 fs.lstat()
时有效。
¥This method is only valid when using fs.lstat()
.