Description

Saves the Selection to files created in the specified filesystem folder.

Return Type

A Long value.   A Long with the count of files created.
Failure Returns 0.

Failure conditions:
* sFolderPath does Not represent an existing file system folder.
* Handler defined.

Syntax

object.SaveToFolder (sFolderPath, [sDisplayName])

The SaveToFolder Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodes.
sFolderPathRequired. A String value. A path to an existing file system folder.
sDisplayNameOptional. A String value. An identifier specifying a particular McDataSource implementation.

Remarks

The files will be in the format determined by each nodes handler. The filenames will also be named by the handler.