SP_CreateFolder

Creates the folder in the SharePoint where you import your documents.

Syntax

bool SP_CreateFolder(StrParam)

Parameters

The URL that specifies the folder to create in SharePoint. Smart parameters are supported. Refer to the Smart Parameter documentation for more information.

Returns

True if the folder was created successfully or if it already exists. Otherwise, False.

Level

All.

Details

Creates the SharePoint folder specified in the parameter string.
Note: The SP_SetUrl action optionally can define directories and subdirectories to be created during the upload.
Example
SP_CreateFolder("http://blue/Docs/Documents/Test")