WorkspaceFile.FindWorkspaceObject

Syntax

WorkspaceFile.FindWorkspaceObject( fullPath)

Return Value

WorkspaceObject

Returns the first WorkspaceObject in the workspace that corresponds to the specified pathname. Returns a NULL reference if no object is found.

Purpose

Finds a WorkspaceObject for the specified pathname.

Parameters

fullPath As String

[In] Specifies ss the absolute pathname of the file to find.

See Also

WorkspaceObject