![]() |
OpenMake Meister |
This function copies files from any location to a specified directory. The "exclude" list of extensions is a list of patterns to match against the end of the full path. For example, ".java" will exclude all java files. Wildcards are not supported. The following files:
.packages, .classpath, .javac, .hsig, .rmic, harvest.sig, ~, CVS, .cvsignore, SCCS, vssver.scc, .tgtdeps
will not be copied in addition to your @excludeExtensions.
USAGE:
@localDeps = CopyExcludeLocal( $TargetDeps, $RelDeps, $toDir, @excludeExtensions );
RETURNS:
A list of ALL files that exist in the to-directory, after the copy operation, that match the filtering conditions.