Choosing installation file location

  • Thread starter Thread starter John
  • Start date Start date
* "Fergus Cooney said:
Someone did say that and then some other guy** proved that
Application.StartupPath was fine even with a changed Shortcut.

ACK. I was not able to repro the problem on my Windows XP machine too,
but someone was talking about Windows 98 or something else.
In my view, Application.StartupPath is ambiguous, for it implies the
initial <working directory> but actually means the source directory of the
application <executable>.

Which poses the question - how to determine the initial working directory?
And I guess this would be CurDir or some such.
'Environment.CurrentDirectory'...

I didn't get his name but his initials were HKW ;-)

;-)
 
Back
Top