require 'fileutils'
src_path = "src/path"
src = [
src_path + "a",
src_path + "b",
src_path + "c",
]
dest = "any/file/path"
FileUtils.cp(src, dest)
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme