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
-
PROGRAM_NAME
- The name of this program.
-
ls()
-
-
main(String[])
- Lists information about named files or directories.
PROGRAM_NAME
public static String PROGRAM_NAME
- The name of this program.
This is the program name that is used
when displaying error messages.
ls
public ls()
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