Check out example codes for "c# project path". It will help you in understanding the concepts better.
Code Example 1
AppDomain.CurrentDomain.BaseDirectory
Code Example 2
string startupPath = System.IO.Directory.GetCurrentDirectory();
string startupPath = Environment.CurrentDirectory;
Learn ReactJs, React Native from akashmittal.com