J
Joe Cool
Using Visual Studio 2008, C#.NET. How come referencing
Application.StartupPath on Windows 7 translates to:
c:\users\superuser\Documents\Visual Studio 2008\Projects\mySolution
\mySolution\bin\Debug
which does not exist, instead of:
c:\users\superuser\My Documents\Visual Studio 2008\Projects\mySolution
\mySolution\bin\Debug
which DOES exist?
Application.StartupPath on Windows 7 translates to:
c:\users\superuser\Documents\Visual Studio 2008\Projects\mySolution
\mySolution\bin\Debug
which does not exist, instead of:
c:\users\superuser\My Documents\Visual Studio 2008\Projects\mySolution
\mySolution\bin\Debug
which DOES exist?