Lists Files in a Directory

DESCRIPTION:

Returns a vector of file names within a WebDAV URL directory.

USAGE:

spserver.file.list(url)

REQUIRED ARGUMENTS:

url
A WebDAV URL.

VALUE:

A vector of the file and directory names that exist within a specified WebDAV URL. This returns simple names, rather than complete URLs. If url gives a file rather than a directory, this returns character(0).

EXAMPLES:


# spserver.file.list(spserver.url())