提交 03e66a98 编写于 作者: Z zhuhongtao666

bugfix_fileio_lstat

Signed-off-by: Nzhuhongtao666 <zhuhongtao12@huawei.com>
上级 6a6b687d
......@@ -1525,7 +1525,7 @@ lstat(path: string): Promise&lt;Stat&gt;
```js
let filePath = pathDir + "/test.txt";
fileio.lstat(filePath).then(function(stat){
console.info("get link status succeed, " + the size of file is + stat.size);
console.info("get link status succeed, the size of file is" + stat.size);
}).catch(function(err){
console.info("get link status failed with error:"+ err);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册