Get Program Directory

Get Program Directory

With VB, is it possible to get the directory or path that a program is run out of? I'm trying to read text files that are in the same folder.

I'm currently using the BrowseForFolder method, but it's cumbersome to browse for the folder every time the program is executed.

Thanks!