RESOLVED 800 - Folder is appearing as read only when it's not possible

Bugs and issues - current donor version.
Post Reply
Message
Author
stephen147
Posts: 370
Joined: 18.10.2015, 16:44

RESOLVED 800 - Folder is appearing as read only when it's not possible

#1 Post by stephen147 » 13.07.2019, 18:55

See attached the problem and a zip link to the problem folder also for testing.


File:
https://we.tl/t-Iio6WeNfnA

Image showing problem:
Image

I fixed this with a batch file inside that folder:

Code: Select all

@echo off
rem Place this inside a folder and run to remove the read-only attribute in the root folder and any folders or files within.
color 5F
cd /d "%~dp0"
pause
echo.
echo.Removing the read-only attribute in the root folder (below) and any folders or files within:
echo.%cd%
attrib -r "%cd%"
attrib -r "%cd%\*.*"
echo.
echo.Done
timeout /T 10
EXIT
This is probably a Windows issue but it would be good to have Marek check this out to see if there's an issue with FC.
Last edited by stephen147 on 14.07.2019, 21:33, edited 1 time in total.
Sceenshots made easy with ShareX.

stephen147
Posts: 370
Joined: 18.10.2015, 16:44

Re: BUG 800 - Folder is appearing as read only when it's not possible

#2 Post by stephen147 » 14.07.2019, 21:33

I fixed this issue by only applying it to files no older than 100 years... :lol:

Image
Sceenshots made easy with ShareX.

Post Reply

Who is online

Users browsing this forum: No registered users and 38 guests