Create Unique Directory

DESCRIPTION:

Create a new unique directory name within the specified directory URL.

USAGE:

spserver.dir.create.unique(url)

REQUIRED ARGUMENTS:

url
WebDAV URL of a directory where the new subdirectory should be created.

VALUE:

The full WebDAV URL of the newly-created directory.

SIDE EFFECTS:

Creates the new subdirectory.

DETAILS:

This function can be used to create a new, unique subdirectory for storing temporary results. The directory name is guaranteed to be different from any existing directory in the directory.

EXAMPLES:


# tempDir <- spserver.dir.create.unique(spserver.url())