Page 1 of 1

Troubleshooting: Game can't see PPP folders

Posted: Fri Oct 10, 2025 2:56 pm
by Brian-Broncos
If the game can't see your PPP folders when you're trying to load your game plan or profile, run this command on the folder the game can't see to remove the read-only flag:

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\*"