Class ls

java.lang.Object
   |
   +----ls

public class ls
extends Object
A simple directory listing program for a simulated file system.

Usage:

   java ls path-name ...
 

Author:
Ray Ontko

Variable Index

 o PROGRAM_NAME
The name of this program.

Constructor Index

 o ls()

Method Index

 o main(String[])
Lists information about named files or directories.

Variables

 o PROGRAM_NAME
 public static String PROGRAM_NAME
The name of this program. This is the program name that is used when displaying error messages.

Constructors

 o ls
 public ls()

Methods

 o main
 public static void main(String args[]) throws Exception
Lists information about named files or directories.

Throws: Exception
if an exception is thrown by an underlying operation