Is there a way in .net to get the my documents directory? I have an open file dialog for my app and on every computer it gets installed on to i want it to open in the users my documents directory. in J# i tried Directory.getCurrentDirectory(); but thats the directory of the application. I also tried looking on MSDN Help but couldnt find any thing. Any help would be great!
