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

Variable Index

 o PROGRAM_NAME
The name of this program.

Constructor Index

 o mkdir()

Method Index

 o main(String[])
Creates the directories given as command line arguments.

Variables

 o 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.

Constructors

 o mkdir
 public mkdir()

Methods

 o 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