Remove File
DESCRIPTION:
Removes a file or directory from a WebDAV server.
USAGE:
spserver.file.remove(url)
REQUIRED ARGUMENTS:
- url
-
a WebDAV URL.
SIDE EFFECTS:
Removes the specified URL from the WebDAV server.
DETAILS:
If this URL specifies a directory, and it is not empty, this will cause an error.
EXAMPLES:
# spserver.file.remove(spserver.url("foo"))