如何过滤Word临时文件
现在,我正在开发一个winform系统。我想过滤word临时文件或临时文件名。当有人打开一个word文件时,在我的系统中他会看到临时文件。
然后对临时文件进行一些操作,系统将抛出异常。
我只想过滤文件而不抛出 Exception 。
Right now, I'm developing a winform system.I want to filter word temp file or temp filename.When someone open a word file ,in my system he will see the temp file .
And then doing some operation with temp file, the system will throw an Exception .
I just want filter the file and don't throw the Exception .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我有用:
您还可以通过文件名前缀添加限制:
This worked for me:
You can also add limiting by file name prefix: