Modify a hidden file in Java

后端 未结 2 869
失恋的感觉
失恋的感觉 2020-12-21 04:35

I have a file that user downloads and then I execute a command within java to hide the file:

Runtime.getRuntime().exec(\"attrib +H myFile.txt\");
         


        
2条回答
提交回复
热议问题