Class mkdir
java.lang.Object
|
+----mkdir
- public class mkdir
- extends Object
An mkdir for a simulated file system.
Usage:
java mkdir directory-name ...
- Author:
- Ray Ontko
-
PROGRAM_NAME
- The name of this program.
-
mkdir()
-
-
main(String[])
- Creates the directories given as command line arguments.
PROGRAM_NAME
public static final String PROGRAM_NAME
- The name of this program.
This is the program name that is used
when displaying error messages.
mkdir
public mkdir()
main
public static void main(String args[]) throws Exception
- Creates the directories given as command line arguments.
- Throws: Exception
- if an exception is thrown
by an underlying operation