tiledb_vfs_move_file: Move (or rename) a VFS File

View source: R/VFS.R

tiledb_vfs_move_fileR Documentation

Move (or rename) a VFS File

Description

Move (or rename) a VFS File

Usage

tiledb_vfs_move_file(olduri, newuri, vfs = tiledb_get_vfs())

Arguments

olduri

Character variable with an existing URI describing a file path

newuri

Character variable with a new desired URI file path

vfs

A TileDB VFS object; default is to use a cached value.

Value

The newuri value of the moved file


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.