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
Post a Comment