我无法使用“fs”获取文件和文件路径
我不知道为什么,但是当我想查看文件是否存在于其他文件夹或路径中时,它返回 false。我尝试使用 ../ 和 /。
我检查文件是否退出:
const path = '../asd.txt';
if (fs.existsSync(path) {
console.log("exist!");
}
我不知道为什么不起作用,任何人都可以帮助我吗?我尝试了 windows 和 linux ubuntu vps 并返回了同样的问题。
I dont know why but when i want see if file exist in other folder or path it return false. I tryed with ../ and /.
I check if file exits with:
const path = '../asd.txt';
if (fs.existsSync(path) {
console.log("exist!");
}
I dont know why no work, anyone can help me? I tryed on windows and linux ubuntu vps and return the same problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论