Retrieving a file location
Returns the location of XML files for a report. The value, 
		WEBREPORTS, is a set type in the 
		File Location form. The value, 
		XMLWORK , is the name for the set type that specifies
		the path to the XML files.
	 
Dim fl As Object = ObjProperty("FILEPATH.DTL", "FILELOCATION", 
"WEBREPORTS", "XMLWORK", 1)
MessageList(("XMLWork = (" +fl.ToString())