随笔 - 23  文章 - 11  trackbacks - 0
<2008年7月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

常用链接

留言簿(3)

随笔分类

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

1、使用Dir:  
If   Dir$(dirName,   ATTR_DIRECTORY)   =   ""   Then  
  'Directory   does   not   exist  
Else  
  'Directory   does   exist  
End   If  
2、使用FileSystemObject:  
Set   objFSO   =   CreateObject("Scripting.FileSystemObject")  
   
If   objFSO.FolderExists(dirName)   Then  
  'Directory   does   exist  
Else  
  'Directory   does   not   exist  
End   If
posted on 2008-07-04 10:06 小小~咖啡豆 阅读(645) 评论(0)  编辑  收藏 所属分类: Lotus

只有注册用户登录后才能发表评论。


网站导航: