Check out example codes for "c# get file author". It will help you in understanding the concepts better.
Code Example 1
File.GetAccessControl(path).GetOwner(typeof(System.Security.Principal.NTAccount))
// or
File.GetAccessControl(path).GetGroup(typeof(System.Security.Principal.NTAccount)).Value
Learn ReactJs, React Native from akashmittal.com