org.bukkit.util
Class FileUtil
java.lang.Object
org.bukkit.util.FileUtil
public class FileUtil
- extends Object
Class containing file utilities
Method Summary |
static boolean |
copy(File inFile,
File outFile)
This method copies one file to another location |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtil
public FileUtil()
copy
public static boolean copy(File inFile,
File outFile)
- This method copies one file to another location
- Parameters:
inFile
- the source filenameoutFile
- the target filename
- Returns:
- true on success
Copyright © 2013. All Rights Reserved.