How can I read a file as sudo/admin on Mac in C# (xamarin.Mac)
I made a File in /usr/ and I cant read it with:
string text = system.io.file.ReadallText("/usr/file");
it doesn't seam to have access to the file.
EDIT: It needs to be from within the Program