Help > Web Development > Object Reference > Object Reference > ISYSDocument > AbsoluteFilename Property
<a name="kanchor299"></a>ISYSDocument:AbsoluteFilename Property
Returns the fully qualified file name of the document. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.AbsoluteFilename as string
[C#]
string IISYSDocument.AbsoluteFilename {get;}
[ColdFusion/Java]
java.lang.String ISYSDocument.AbsoluteFilename() throws ComException;
Remarks
If the index was created with relative file indexing rules, this will return the full path to the document.