Sorry if I'm butting in but it sounded like you may have been confused about what App.Path is/does.

Make a new standard exe in vb and put this code behind a command button,

Private Sub Command1_Click()
MsgBox App.Path
End Sub

This will show you what App.Path does.

Again, sorry if I'm intruding, just trying to help.

JO