toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.util
/
GFileUtils
/
copyFile
copy
File
API
open
fun
copyFile
(
source
:
File
,
destination
:
File
)
(
source
)
If the destination file exists, then this method will overwrite it.
See also
File
Utils