Help > Web Development > Object Reference > Object Reference > ISYSDocument > Path Property
<a name="kanchor336"></a>ISYSDocument:Path Property
Returns the full file path of the document. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.Path as string
[C#]
string IISYSDocument.Path {get;}
[ColdFusion/Java]
java.lang.String ISYSDocument.Path() throws ComException;
Examples
[VBScript]
<% set document = results.Item(i) %> <%= i %>. <%= document.Title %> <br> <%= document.Path %> - <%= document.Relevance %> % - <%= document.Timestamp %>