Class ShowFileInfo

java.lang.Object
  |
  +--ShowFileInfo

public class ShowFileInfo
extends java.lang.Object

This program uses the File class to get various interesting factoids and display them.


Constructor Summary
ShowFileInfo()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Get and display information about files and such.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowFileInfo

public ShowFileInfo()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
Get and display information about files and such.

Parameters:
arg - optional names of specific files and directories to look at.
Throws:
java.io.IOException - if there is an error performing any I/O