public class MakeDirectory
extends java.lang.Object
ZFile
Constructor and Description |
---|
MakeDirectory() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main method accepts a directory name as the only argument
and calls
makeDirectory(String) to create that
directory. |