部队退役证明怎么写:谁能解释一下这个语句,

来源:百度文库 编辑:神马品牌网 时间:2024/04/28 18:38:14
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() 函数。