|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.util.FileUtil
Common file manipulation utilities.
| Constructor Summary | |
FileUtil()
|
|
| Method Summary | |
static void |
copyfile(java.lang.String currpath,
java.lang.String filename,
java.lang.String newpath)
Copy the specified file from the old location to the new location. |
static java.lang.String |
normalizeDirString(java.lang.String dirspec)
Make sure the given directory specification works for our current environment and ends with a file separator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileUtil()
| Method Detail |
public static void copyfile(java.lang.String currpath,
java.lang.String filename,
java.lang.String newpath)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String normalizeDirString(java.lang.String dirspec)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||