Code: Select all
attrib -r /d "E:\SIERRA\FbPro98\PNFL\2047\*"
Apparently, one way this can occur, is if you add the 2047 folder into Google Drive to be backed-up\synced. It should be noted that removing the folder from Drive apparently does not cause the read-only flag to be removed. Of course.
If that helps with the a folder but files or subfolders are still not displayed, then run this command to remove the read-only flag from everything in the directory tree.
Code: Select all
attrib -r /s /d "E:\SIERRA\FbPro98\PNFL\2047\*"