Check out example codes for "c# open folder in explorer zugriff verweigert". It will help you in understanding the concepts better.
Code Example 1
System.Diagnostics.Process.Start(Environment.GetEnvironmentVariable("WINDIR") + @"\explorer.exe", pathToFolder);
Learn ReactJs, React Native from akashmittal.com