org.dlese.dpc.util
Class FileCopy
java.lang.Object
org.dlese.dpc.util.FileCopy
- public class FileCopy
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCopy
public FileCopy()
getIDFromFilename
public static String getIDFromFilename(String filename)
getIDFromFilename
public static String getIDFromFilename(File file)
copyFile
public static boolean copyFile(File infile,
File outfile)
throws Exception
- Throws:
Exception
moveFile
public static boolean moveFile(File infile,
File outfile)
throws Exception
- Throws:
Exception