If My.Computer.FileSystem.FileExists(ListView1.FocusedItem.Text) Then
Shell(ListView1.FocusedItem.Text) 'Shell also have additional parameters if you want a few more options
Else
Label1.Text = ListView1.FocusedItem.Text & " does not exist"
End If