|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.libs.Files
public class Files
Files utils
| Constructor Summary | |
|---|---|
Files()
|
|
| Method Summary | |
|---|---|
static void |
copy(File from,
File to)
Just copy a file |
static boolean |
copyDir(File from,
File to)
|
static boolean |
delete(File file)
Just delete a file. |
static boolean |
deleteDirectory(File path)
Recursively delete a directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Files()
| Method Detail |
|---|
public static void copy(File from,
File to)
from - to - public static boolean delete(File file)
file - The file to deletepublic static boolean deleteDirectory(File path)
public static boolean copyDir(File from,
File to)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||