As the title suggests, how can you get the current OS drive, so you could add it in a string e.g.:
MessageBox.Show(C:\\ + \"My Documents\");
If you don't mind a little parsing: Environment.SystemDirectory returns the current directory.