hfind = ftpfindfirstfile(interconn, "/books", pdata, 0, 0) '查找第一个文件或目录 nlasterror = err.lastdllerror if hfind = 0 then if (nlasterror = error_no_more_files) then msgbox "文件不存在!" else msgbox "其它错误" end if end if