I have used Directory.getCurrentDirectory();
its giving only C:\Windows\SysWOW64
but i need to get the visual studio default project folder how can i get that ?
ex:C:\Users\knallasi\Documents\Visual Studio 2010\Projects\SampleApp
how do we find that above project location ?
Thanks in Advance