1-) C# Athena - aplicationun yani uygulamanın path'ini verir. bulunduğu path adresini verir ve parentinin adresini verir
string W_GetPath = System.Reflection.Assembly.GetExecutingAssembly().Location;
Console.WriteLine(W_GetPath); // bulunduğu path yani ....\bin\Debug\NEWDATAOBJECOPY.exe
Console.WriteLine(Directory.GetParent(W_GetPath)); // bir üzerindeki path yani ...\bin\Debug