Skip to contents

Copy a list of files on the system.

Usage

system_cp_files(file_list, extension, path, new_path)

Arguments

file_list

A character vector of file names (without extensions).

extension

The extension to apply to file names.

path

The path to the origin directory containing the files to copy.

new_path

The path to the destination directory. If it doesn't exist, this directory will be created (recursively).

Value

Nothing.