Create a Directory
DESCRIPTION:
Create a directory on a WebDAV server.
USAGE:
spserver.dir.create(url)
REQUIRED ARGUMENTS:
- url
-
WebDAV URL for the directory that should be created.
SIDE EFFECTS:
Creates a directory on the WebDAV server.
DETAILS:
The parent URL should already exist, or this will stop with an error.
EXAMPLES:
# spserver.dir.create(spserver.url("subdir"))