xquery - 文件测试
我的 xquery 脚本打开了几个文件。其中一个文件有时会丢失。在尝试打开文件之前,我需要测试该文件是否存在。 (类似于 bash 或 perl 中的 -f )。
是否可以?
My xquery script opens several files. One of the files is sometimes missing. I need to test whether the file exists before I try to open it. (something like -f in bash or perl).
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用此标准 XPath 2.0 函数:
Use this standard XPath 2.0 function: