acm4r (version 1.0)

acm.file.copy: acm.file.copy (the modified file.copy function in acm)

Description

acm.file.copy behaves similar to file.copy except that the program terminates and shows the already existing file which cannot be overwritten by "to" if "overwrite = FALSE"

Usage

acm.file.copy(from, to, overwrite = FALSE, recursive = FALSE, copy.mode = TRUE)

Arguments

from
see file.copy
to
see file.copy
overwrite
see file.copy
recursive
see file.copy
copy.mode
see file.copy

Value

none