I used common dialog, How I can get the path location of my file?

Code:
dlgOpen.Filter = "Tin Files (*.tin)|*.tin"
dlgOpen.ShowOpen
InputFileTIN = dlgOpen.FileName
MsgBox dlgOpen.FileName