Hem / Tips & tricks
Private Sub Command1_Click() If Dir("C:\dump.htm") <> "" Then MsgBox "Filen finns" Else MsgBox "Filen är borta" End IfEnd Sub