If FileSys.FileExists(ProjectPath & e.Row("_Identify") & ".jpg") = False Then Network.DownloadFile(e.Row("第一列"), ProjectPath & e.Row("_Identify") & ".jpg", "", "", False, 6000, True)
If FileSys.FileExists(ProjectPath & e.Row("_Identify") & ".jpg") = False Then return ‘再判断一次文件是否存在
End If