Package org.bukkit.util
Class FileUtil
java.lang.Object
org.bukkit.util.FileUtil
Class containing file utilities
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FileUtilpublic FileUtil()
 
- 
- 
Method Details- 
copyThis method copies one file to another location- Parameters:
- inFile- the source filename
- outFile- the target filename
- Returns:
- true on success
 
 
-