C
Cao Yi
SecurityManager sm = System.getSecurityManager();
sm.checkDelete(dir.getAbsolutePath());
Do the above codes mean the file 'dir' can be delete at any time?
sm.checkDelete(dir.getAbsolutePath());
Do the above codes mean the file 'dir' can be delete at any time?