公告
财富商城
积分规则
提问
发文
2019-02-13 15:06发布
【Aperson】
I want to use system commands like mkdir and rmdir while running a java program.
mkdir
rmdir
How can I do that?
There are methods for this in the Java API, and nicely wrapped implementations in commons-io that simplify the process further.
http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html
最多设置5个标签!
There are methods for this in the Java API, and nicely wrapped implementations in commons-io that simplify the process further.
http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html