notebookutils.fs.cp {notebookutils}R Documentation

Copies a file or directory, possibly across FileSystems.

Description

Copies a file or directory, possibly across FileSystems.

Usage

notebookutils.fs.cp(from, to, recurse = FALSE)

Arguments

from

FileSystem URI of the source file or directory

to

FileSystem URI of the destination file or directory

recurse

if TRUE, all files and directories will be recursively copied

Value

FALSE to mimic the result if file or directory from fail to copy to to.

Examples

notebookutils.fs.cp("/tmp/my-folder/a", "adls://xxx/tmp/b")
notebookutils.fs.cp("/tmp/my-folder/a", "adls://xxx/tmp/b", TRUE)


[Package notebookutils version 1.5.3 Index]