If FileSys.FileExists("c:\*fox*.*") Then Messagebox.Show("文件已经存在!","提示")Else Messagebox.Show("文件不存在或已经被删除!","提示")End If