public class ShowPath
extends java.lang.Object
| Constructor and Description |
|---|
ShowPath() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CheckPath()
Checks that each element (directory or file) on the path exists, and that it isn't defined twice.
|
static void |
DumpPath()
Prints the elements in the pathstring one line at a time.
|
static void |
main(java.lang.String[] args) |
static boolean |
RemovePath() |
static void |
Usage()
Describe how to use this class
|
public static void main(java.lang.String[] args)
public static void DumpPath()
public static boolean CheckPath()
public static boolean RemovePath()
public static void Usage()