﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-JAVA学习随笔-随笔分类-Lotus</title><link>http://www.blogjava.net/wangzhouyu/category/32750.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 04 Jul 2008 02:31:37 GMT</lastBuildDate><pubDate>Fri, 04 Jul 2008 02:31:37 GMT</pubDate><ttl>60</ttl><item><title>Lotusscript判断文件是否存在</title><link>http://www.blogjava.net/wangzhouyu/archive/2008/07/04/212501.html</link><dc:creator>小小~咖啡豆</dc:creator><author>小小~咖啡豆</author><pubDate>Fri, 04 Jul 2008 02:06:00 GMT</pubDate><guid>http://www.blogjava.net/wangzhouyu/archive/2008/07/04/212501.html</guid><wfw:comment>http://www.blogjava.net/wangzhouyu/comments/212501.html</wfw:comment><comments>http://www.blogjava.net/wangzhouyu/archive/2008/07/04/212501.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/wangzhouyu/comments/commentRss/212501.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/wangzhouyu/services/trackbacks/212501.html</trackback:ping><description><![CDATA[1、使用Dir: &nbsp; <br />
If &nbsp; Dir$(dirName, &nbsp; ATTR_DIRECTORY) &nbsp; = &nbsp; "" &nbsp; Then &nbsp; <br />
&nbsp; 'Directory &nbsp; does &nbsp; not &nbsp; exist &nbsp; <br />
Else &nbsp; <br />
&nbsp; 'Directory &nbsp; does &nbsp; exist &nbsp; <br />
End &nbsp; If &nbsp; <br />
2、使用FileSystemObject： &nbsp; <br />
Set &nbsp; objFSO &nbsp; = &nbsp; CreateObject("Scripting.FileSystemObject")	 &nbsp; <br />
&nbsp; 		 &nbsp; <br />
If &nbsp; objFSO.FolderExists(dirName) &nbsp; Then &nbsp; <br />
&nbsp; 'Directory &nbsp; does &nbsp; exist &nbsp; <br />
Else &nbsp; <br />
&nbsp; 'Directory &nbsp; does &nbsp; not &nbsp; exist &nbsp; <br />
End &nbsp; If
<img src ="http://www.blogjava.net/wangzhouyu/aggbug/212501.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wangzhouyu/" target="_blank">小小~咖啡豆</a> 2008-07-04 10:06 <a href="http://www.blogjava.net/wangzhouyu/archive/2008/07/04/212501.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>