<div>Hi,</div>
<div> </div>
<div>I am trying to read the values of elements from an existing document in sites folder. Actual file path is "/sites/default/BlackRock/Modules/Emp_001.html"</div>
<div> </div>
<div>I want to read it like this</div>
<div> </div>
<div> CmsObject cmsObject = cms.getCmsObject();<br> String employees= "/sites/default/BlackRock/Modules/Emp_001.html";<br> CmsDefaultResourceCollector collector = new CmsDefaultResourceCollector();<br> List allEmployees= 
collector.getResults(cmsObject, "allInFolder", employees);</div>
<div> </div>
<div>
<div>But it is not identifying the path. Is there any way to pass the filepath here?<br> </div></div>
<div>I tried this way also,</div>
<div> </div>
<div> String employees= "Emp_${number}.html|204";</div>
<div> </div>
<div>But it is of no use.</div>
<div> </div>
<div>Any kind of help will be appreciated.</div>
<div> </div>
<div>Thanks<br>Manoj</div>
<div> </div>
<div> </div>