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

Description Usage Arguments Value Author(s)

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

1
2
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

Author(s)

XiaoFei Zhao xiaofei.zhao@mail.mcgill.ca


acm4r documentation built on May 1, 2019, 7:50 p.m.

Related to acm.file.copy in acm4r...