Please provide the following when creating the Ticket:
Game Version number: 1.1.0.42
Modded?: No
Issue Description: Workbench is showing that my project files and folders are in read-only mode. All of these files are outside the game directory and are not in onedrive or similiar cloud drives. They are located in C:\Users\bentc\Documents\Project Fulda. I have a screenshot of my project folder permissions, as well as the icacls return.
C:\Users\bentc>icacls "C:\Users\bentc\Documents\Project Fulda\Workbench\*" C:\Users\bentc\Documents\Project Fulda\Workbench\desktop.ini NT AUTHORITY\SYSTEM:(I)(F) BUILTIN\Administrators:(I)(F) BENSDESKTOP\Aphex:(I)(F) C:\Users\bentc\Documents\Project Fulda\Workbench\Project_Fulda NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F) BUILTIN\Administrators:(I)(OI)(CI)(F) BENSDESKTOP\Aphex:(I)(OI)(CI)(F) Successfully processed 2 files; Failed processing 0 files (I) - Indicates that the permissions are inherited from the parent container (folder). (OI) - Stands for "Object Inherit." This flag means that the permissions will be applied not only to the directory itself but also to any files contained within it. (CI) - Stands for "Container Inherit." This flag means that the permissions will also be applied to any subdirectories contained within the directory. (F) - Indicates "Full control," meaning the subject has full access rights to the directory, its files, and its subdirectories. This includes the ability to read, write, execute, modify, and change permissions.