Help > Web Development > Object Reference > Object Reference > ISYSCatalogItem > Path Property
<a name="kanchor258"></a>ISYSCatalogItem:Path Property
Contains the path to the index on disk.

Syntax
[VBScript]
ReadOnly property ISYSCatalogItem.Path as string
[C#]
string ISYSCatalogItem.Path {get;}
[ColdFusion/Java]
java.lang.String ISYSCatalogItem.Path() throws ComException;