java - Lock whole directory until program ending -


i want lock whole directory using java until program ends, still want write files program (so want deny write access other programs). there way that?

use file.setwritable(false, false); prevent writing folder


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -