Good day. I need to get path of a specific .txt file. From Service class i can call AppContext.BaseDirectory
and it get me path to folder where placed .exe:
C:\Users\XXX\Documents\Visual Studio 2015\Projects\MyProject\src\MyProject\bin\Debug\netcoreapp1.0"
But what i need to do if i need to get file from path:
`C:\Users\XXX\Documents\Visual Studio 2015\Projects\MyProject\src\Core\Common\MyFile.txt`
Use fixed path - it's bad solution, i think