I see that there are some ways to get the application folder path:
Application.StartupPath
System.IO.Path.GetDirectoryName( System.
If you know to get the root directory:
string rootPath = Path.GetPathRoot(Application.StartupPath)