Learn R Programming

rdav (version 0.3.0)

wd_delete: Deletes a file or directory (collection) on WebDAV server

Description

Deletes a file or directory (collection) on WebDAV server

Usage

wd_delete(req, file)

Value

TRUE on success, FALSE on failure (invisibly)

Arguments

req

request handle obtained from wd_connect

file

path to file or directory to delete on the server

Examples

Run this code
if (FALSE) {

wd_delete(r, "testfile.R")

}

Run the code above in your browser using DataLab