MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / copyFileTo

Method copyFileTo

JUCE/modules/juce_core/files/juce_File.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307bool File::copyFileTo (const File& newFile) const
308{
309 return (*this == newFile)
310 || (exists() && newFile.deleteFile() && copyInternal (newFile));
311}
312
313bool File::replaceFileIn (const File& newFile) const
314{

Callers 12

moveResourcesMethod · 0.80
addResourceMethod · 0.80
reloadFromSourceFileMethod · 0.80
copyDirectoryToMethod · 0.80
runTestMethod · 0.80
createFilesMethod · 0.80
copyFolderMethod · 0.80

Calls 1

deleteFileMethod · 0.45

Tested by

no test coverage detected