Share via


FullPath Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

                 

The FullPath property returns a string containing the path and file name of the referenced type library.

Setting

The FullPath property is available only by using Visual Basic and is read-only.

Remarks

Type libraries reside in files. The following table shows the file extensions for files that commonly contain type libraries.

File extension Type of file
.olb, .tlb Type library file
.adp, .ade, .mdb, .mda, .mde Database
.exe, .dll Executable file
.ocx ActiveX control

If the IsBroken property setting of a Reference object is True (1), reading the FullPath property generates an error.