Can anyone tell me why the following code returns 0 on windows 7?

Private Sub Command1_Click()
MsgBox Len(Dir("c:\windows\system32\tskill.exe"))
End Sub