Using this:
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
I get this output:
"C:\\Documents and Settings\\[USER]\\Application Data"
How can I get the root directory of all users? i.e.:
"C:\\Documents and Settings\\[USER]\\"