How can I add an existing local data folder into a Pycharm project? How can I specify this folder (and everything under it) as read only?
I have a lot of data in shared OneDrive folder, the local copy exist in my computer hard disk. I would like use that data as read only for my Python codes and be sure that I have no changes to accidentally remove or add anything to those folders.
I do not want to change general hard disk folder permissions, just mark data read only for my code runs in Pycharm.
Operation system is Windows 10, Python is 3.X.