fs.lstat()Enoent错误的可能原因是什么?

时间:2014-08-14 09:04:56

标签: linux node.js

我正在调试一个系统,在日志中我收到ENOENT lstat错误。代码如下。 fs.lstat(self.file, function(err, stats) { if(err) { //rest of the code. return; }

我想知道的是ENOENT错误的可能原因是什么。 提前谢谢。

1 个答案:

答案 0 :(得分:3)

ENOENT表示没有此类文件或目录。