I have a win app in one of my VM which saves files in a folder on my Mac. The resulting folder and files are read-only and I can't change the attributes programmatically.

I have a win app in one of my VM which saves files in a folder on my Mac. The resulting folder and files are read-only and I can't change the attributes programmatically.

Anyone knows how can I elevate the attributes?

I use the TDirectory.CreateDirectory for the directory and then I copy files from the VM to the Mac by creating a FileStream.

Thanks

Comments