VB.NET Folder location
Posted
by PandaNL
on Stack Overflow
See other posts from Stack Overflow
or by PandaNL
Published on 2010-03-18T08:07:53Z
Indexed on
2010/03/18
8:11 UTC
Read the original article
Hit count: 430
Hello,
My program uses some external programs that i included in the Files folder.
In my code im reffering to Files/external_program.exe Windows Vista & Windows 7 knows how to handle this and starts the program on the same location as my program in the Files folder.
But Xp doesnt know where it is, and Windows XP will think im reffering to the C:\Files folder. So im getting an error and the app crashes.
How can i fix this? so windows xp will know that i'm reffering to the Files folder on the same location as my program.
© Stack Overflow or respective owner