View source: R/move_file_or_folder.R
move_file_or_folder | R Documentation |
Move a File or Folder on the Cloud
move_file_or_folder(
path,
path_target,
overwrite = FALSE,
user = nextcloud_user(),
auth = nextcloud_auth(),
dbg = TRUE,
...
)
path |
path to the file or folder to be moved |
path_target |
path to the target file or folder to be moved to |
overwrite |
whether to overwrite the file or folder in case that the file or folder already exists (default: FALSE) |
user |
user name, by default taken from the environment variable "NEXTCLOUD_USER". |
auth |
authentication header as provided by
|
dbg |
print debug messages (default: TRUE) |
... |
further arguments passed to
|
return path_target of moved file/folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.