Are there issues with using App.Path in a program when the program will be launched from a shortcut on the desktop? My program can't find a text file that I describe the path as
This is giving me a “Run-time error 53, File not found”. The file is located in the same directory as the executable is and it is named correctly as well. When I launch my program without using the desktop shortcut it runs properly and locates the text file. When I put the text file on the desktop it runs properly from the shortcut.VB Code:
App.Path & "/text.txt"
Any suggestions?


Reply With Quote
