K
Kakkanattu
Hi,
In desktop application, we use different ways to get the current
execution directory.
I. AppDomain.CurrentDomain.BaseDirectory
II. Environment.CurrentDirectory
III. Directory.GetCurrentDirectory()
IV. Assembly.GetExecutingAssembly().Location
Can u please help me to know the difference of all these? Also is
there any other way to get the current directory other than the above?
Thanks in advance
Robin Mathew
In desktop application, we use different ways to get the current
execution directory.
I. AppDomain.CurrentDomain.BaseDirectory
II. Environment.CurrentDirectory
III. Directory.GetCurrentDirectory()
IV. Assembly.GetExecutingAssembly().Location
Can u please help me to know the difference of all these? Also is
there any other way to get the current directory other than the above?
Thanks in advance
Robin Mathew