For some reason this line of code...
var dirInfo = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
...returns an empty string on my dev machine.
I'm running OOB and with elevated trust on Win7.
I don't honestly know quite where to start on this. Can anyone shed any light?
Thanks in advance,