URL is Directory
DESCRIPTION:
Determine if a URL names a directory that exists on a WebDAV server.
USAGE:
spserver.file.is.dir(url)
REQUIRED ARGUMENTS:
- url
-
A WebDAV URL.
VALUE:
Returns
TRUE
if the
URL corresponds to a directory that exists on the specified WebDAV server.
EXAMPLES:
# spserver.file.is.dir(spserver.url("mydir"))