标题:关于 VB 中 dir 判断文件是否存在
取消只看楼主
VBnext
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2013-4-24
结帖率:80%
已结贴  问题点数:20 回复次数:0 
关于 VB 中 dir 判断文件是否存在
If Dir(Pub_PathFile & "\复用距离") <> "" Then
     FilePath = Pub_PathFile & "\复用距离"
     
  Else
    MkDir (Pub_PathFile & "\复用距离")
    FilePath = Pub_PathFile & "\复用距离"
  End If

想在Pub_PathFile=E:\距离 文件夹中建立“复用距离”文件夹
先判断E:\距离目录下是否存在“复用距离”文件夹可是 明明存在 “复用距离”文件夹 为什么
还执行Else呢?即dir判断不存在“复用距离”文件夹?为什么?那出错了
搜索更多相关主题的帖子: 文件夹 
2014-11-18 23:10



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-438836-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.257531 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved