moveDirContents: Move the contents of a directory to another directory.

Description Usage Arguments Details Value Author(s)

Description

Move the contents of a directory to another directory.

Usage

1
moveDirContents(src, dst)

Arguments

src

character scalar; path to source directory

dst

path to target folder

Details

All files and sub-directories are moved.

Value

a boolean vector of the same length as list.files(src, all.files=TRUE, recursive=FALSE, no..=TRUE, include.dirs=TRUE), with TRUE entries corresponding to files moved successfully.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


jbrzusto/motus-R-package documentation built on May 18, 2019, 7:03 p.m.