| java.lang.Object com.xoetrope.export.util.FileCopy
FileCopy | public class FileCopy (Code) | | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.6 $
|
copyFile | public static boolean copyFile(XProject currentProject, Class clazz, String source, String target)(Code) | | Copy a file specified by the source path to the target path
Parameters: clazz - a class whose classloader will be used to load the resource Parameters: source - the file which we want to copy Parameters: target - the file we want to create true if the copy operation was successful, otherwise false is returned |
copyFile | public static boolean copyFile(XProject currentProject, String source, String target)(Code) | | Copy a file specified by the source path to the target path
Parameters: source - the file which we want to copy Parameters: target - the file we want to create true if the copy operation was successful, otherwise false is returned |
|
|