I'm writing a tool called XP-More, which should help manage Windows 7 Virtual Machines. The first thing the tool has to do when launched is find the VM folder. However, turns out that folder is not listed as a Windows Special Folder. I use a workaround, but it's unreliable. Ideally,
Environment.GetFolderPath(Environment.SpecialFolder.VMFolder)
or so would have done the job, but VMFolder is a fiction of my imagination. Is there any real way to get that folder?