用vb如何查看c盘下是否存在word文档
ifc:\有一个名为word.cod的word文档thenlabel1.caption=文件以存在elselabel1.caption=没有文件这个用vb语句该怎么表示?...
if c:\ 有一个名为 word.cod的word文档 then
label1.caption=文件以存在
else
label1.caption=没有文件
这个用vb语句该怎么表示? 展开
label1.caption=文件以存在
else
label1.caption=没有文件
这个用vb语句该怎么表示? 展开
3个回答
展开全部
Private Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long
这个API判断文件是否存在
If CBool(PathFileExists(sFile)) Then
这个API判断文件是否存在
If CBool(PathFileExists(sFile)) Then
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
if vb
then 图书馆
else
上网搜搜。
then 图书馆
else
上网搜搜。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询