本文介绍了测试文件是否存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何测试文件系统中是否存在文件:


如果FileExists(myVariable&" .pdf")= True

pnlMyPanel.Visible = True

结束如果


-

_____

DC G

How do I test for existence of a file in the file system:

If FileExists(myVariable & ".pdf") = True
pnlMyPanel.Visible = True
End If

--
_____
DC G

推荐答案







这篇关于测试文件是否存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-27 11:19