If My.Computer.FileSystem.FileExists("c:\Check.txt") Then
MsgBox("File found.")
Else
MsgBox("File not found.")
End If
vb 代码检查文件是否存在
猜你喜欢
转载自blog.csdn.net/nongcunqq/article/details/114405728
今日推荐
周排行