Prevent folder made using python from deletion/modification

Viewed 134

I have an app where I create folders for projects data. I want be able to prevent normal user (using file explorer) from deletion/modification of used folder. App should have normal access to the folder. What is the easiest way to do that ?

1 Answers
Related