Searched refs:_sDestination (Results 1 – 2 of 2) sorted by relevance
339 public static void copy(String _sSource, String _sDestination) in copy() argument344 File outputFile = new File(_sDestination); in copy()358 …iter.get().println("Exception caught. FileHelper.copy('" + _sSource + ", " + _sDestination + "')"); in copy()
379 public static void copy(String _sSource, String _sDestination) in copy() argument387 aFOS = new FileOutputStream(_sDestination); in copy()
Completed in 30 milliseconds