WorkspaceFile.DisplayAddFileToWorkspaceDialog

Syntax

WorkspaceFile.DisplayAddFileToWorkspaceDialog( selectedProject, fullPath)

Return Value

Boolean

Returns True if the file was added to the workspace.

Purpose

Launches the Add File To Workspace dialog box, in which you can add a file to the workspace file at the location you select.

Parameters

selectedProject As WorkspaceObject

[In] Specifies the currently selected project in the workspace. Pass a NULL reference if nothing is selected.

fullPath As String

[In] Specifies the absolute pathname of the file to add it to the workspace.

See Also

Add File To Workspace dialog box

WorkspaceObject