Description

Prompts the user for file paths to add to the Current using the common dialog open dialog.

Return Type

A String value.   A String with the vbNullChar delimited file paths selected by the user. Example c:\file.txtc:\file2.txt.
Failure Returns vbNullString.

Failure conditions:
* Invalid_arg: Current.IsEmpty.
* Invalid_arg: Current.Node is inaccessible.
* Unexpected: No files are supported for the command.
* Unexpected: No files chosen by the user.

Syntax

object.AddFilePromptFilter ([sDisplayName])

The AddFilePromptFilter Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodes.
sDisplayNameOptional. A String value. An identifier specifying a particular McDataSource implementation.