Holen Sie sich das aktuelle Verzeichnis in Einheit

path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path
Thankful Trout