MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / copyFile

Method copyFile

ij/src/main/java/ij/macro/Functions.java:4760–4762  ·  view source on GitHub ↗
(File f1, File f2)

Source from the content-addressed store, hash-verified

4758 }
4759
4760 public static String copyFile(File f1, File f2) {
4761 return Tools.copyFile(f1.getPath(), f2.getPath());
4762 }
4763
4764 // Calls a public static method with an arbitrary number
4765 // of String parameters, returning a String.

Callers

nothing calls this directly

Calls 2

copyFileMethod · 0.95
getPathMethod · 0.45

Tested by

no test coverage detected