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.