acm.file.copy {acm4r} | R Documentation |
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"
acm.file.copy(from, to, overwrite = FALSE, recursive = FALSE, copy.mode = TRUE)
from |
see file.copy |
to |
see file.copy |
overwrite |
see file.copy |
recursive |
see file.copy |
copy.mode |
see file.copy |
none
XiaoFei Zhao xiaofei.zhao@mail.mcgill.ca