颐和园总体布局:谁能解释一下这个语句,

来源:百度文库 编辑:中科新闻网 时间:2024/05/13 03:50:29
if fso.fileexists(dbpath) then
If CheckDir(bkfolder) = True Then
fso.copyfile dbpath,bkfolder& "\"& bkdbname
else
MakeNewsDir bkfolder
fso.copyfile dbpath,bkfolder& "\"& bkdbname
end if
其中checkdir()是什么意思?

调用 checkdir() 函数。

调用 checkdir() 函数。