hi.
i have some files located in
c:\MyApp\file.txt
and current executing assenbly in in debud filder
c:\MyApp\bin\Debug\
i want to get address of above "file.txt" at run time..
i tried this
Assembly.GetExecutingAssembly().Location
it gives me c:\MyApp\bin\Debug\MyApp.exe
how can i get address of "file.txt"