Hi TrevorM,
Thanks for posting to the forum. Here are some alternative fixes you can try:
Change Default Save Location Instead of saving to the restricted folder, set your app’s default save location to a folder like Documents or Desktop. This avoids permission issues.
Move Files to a New Folder Create a new folder in your user profile (e.g., C:\Users\YourName\Documents\MyFiles) and move the transferred files there. New folders inherit your current account permissions.
Disable Controlled Folder Access Windows Security sometimes blocks changes to certain folders. Go to Settings > Privacy & Security > Windows Security > Virus & Threat Protection > Ransomware Protection, then turn off Controlled Folder Access temporarily.
Check OneDrive Sync If the folder is synced with OneDrive, it may restrict edits. Pause OneDrive sync or move files out of the OneDrive folder.
Reset Permissions via Command Prompt Run Command Prompt as Administrator and type:
icacls "C:\Users\YourName\MyPath" /grant YourName:F /T
This grants full control recursively.
Let me know what happens.
Rez