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: |
| object | An expression evaluating to an object of type McDataNodes. | | sFolderPath | Required. A String value. A path to an existing file system folder. | | sDisplayName | Optional. 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.
|