如何检查文件是否存在?
我想检查文件是否存在,如果存在,我想打开它并读取第一行,
如果文件不存在或者文件没有内容,那么我想默默地失败而不让任何人知道发生错误。
I want to check to see if a file exists and if it does, I want to open it and read the 1st line,
If the file doesn't exist or if the file has no contents then I want to fail silently without letting anyone know that an error occurred.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从这里开始:
取自文档。
Start with this:
Taken from the documentation.
对于任何正在寻找一种方法来观察 VBS 中存在的特定文件的人:
用法:
For anyone who is looking a way to watch a specific file to exist in VBS:
Usage:
现有文件夹将因 FileExists
使用而不是或另外使用而失败:
an existing folder will FAIL with FileExists
use instead or in addition: