How to request file access permission on macOS?
In a context of an empty project of a console application published to
osx-x64
Target Runtime, calling Directory.Exists()
for a file in user's Library will always return false
, unless the application is ran through sudo
. Is there a way to request a file request permission on macOS during the runtime?0 Replies