So, I'm trying to clc some files in C:\Program Files (x86). Whenever I try to clc them, I get this message:
Also, this happens whenever I do what's suggested in this guide:
- Hold Shift and right-click on your remote folder.
- Click on "Open command window here".
- Enter powershell.
- Enter clc C:\Steam\userdata\SteamID\AppID\remote\* (clc + absolute path of your remote folder + * to affect all the files).
Is this a steam error or am I doing something wrong?
EDIT: after enclosing the path with quotes, I get this error :
PS C:\Users\Jake> clc "C:\Program Files (x86)\Steam\userdata\96072243\440\remote\*"
clc : Access to the path 'C:\Program Files (x86)\Steam\userdata\96072243\440\remote\cfg' is denied.
At line:1 char:1
+ clc "C:\Program Files (x86)\Steam\userdata\96072243\440\remote\*"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (C:\Program File...\440\remote\cfg:String) [Clear-Content], UnauthorizedAccessException
+ FullyQualifiedErrorId : ClearContentUnauthorizedAccessError,Microsoft.PowerShell.Commands.ClearContentCommand
clc : Access to the path 'C:\Program Files (x86)\Steam\userdata\96072243\440\remote\materials' is denied.
At line:1 char:1
+ clc "C:\Program Files (x86)\Steam\userdata\96072243\440\remote\*"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (C:\Program File...emote\materials:String) [Clear-Content], UnauthorizedAccessException
+ FullyQualifiedErrorId : ClearContentUnauthorizedAccessError,Microsoft.PowerShell.Commands.ClearContentCommand
