move_files_to_folder: Move all files to a folder

View source: R/utils_file_io.R

move_files_to_folderR Documentation

Move all files to a folder

Description

Move all files to a folder

Usage

move_files_to_folder(
  files = UU::list.files2("inst/app/www", pattern = "\\.js$", include.dirs = FALSE),
  folder = dirs$js()
)

Arguments

files

chr of files to move

folder

chr folder to move them to

See Also

Other file IO: col_types(), dep_read(), dep_write(), dir_fn(), dirs, ext(), file_fn(), is_filepath(), last_updated(), list.files2(), load_obj(), make_names(), mkpath(), needs_update(), object_fn(), object_write(), package_size(), write_dir_fn(), write_lines()


yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.