org.apache.tools.ant.taskdefs
public class Mkdir extends Task
Since: Ant 1.1
UNKNOWN: category="filesystem"
Method Summary | |
---|---|
void | execute()
create the directory and all parents |
void | setDir(File dir)
the directory to create; required.
|
Throws: BuildException if dir is somehow invalid, or creation failed.
Parameters: dir the directory to be made.