Asesh Shrestha
unread,Oct 5, 2023, 3:40:17 AM10/5/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Sudipta Biswas, Chromium-dev, Reilly Grant
Looks like you are using Windows. It will try to create that file in the current directory, why not check what is the current director using
GetCurrentDirectory API. If it's the directory where the exe resides then creating that file should fail because Chromium by default runs with standard user privilege, to write into program files folder, you need admin privilege.