I try to show file in <li> but all file show in all folder i create multiple folders and i want to show a particular folder file in that place how can i show?

<marquee direction="up" onmouseover="this.stop();" onmouseout="this.start();" class="notification">
<ul id="demo3" style="overflow:hidden">
<cms:pages masterpage='new.php'>
<li><img src="images/new.gif" width="31" height="12"> <a href="<cms:show my_document/>"> <i class="fa fa-angle-double-right"></i><cms:show prop_title /></a></li>
</cms:pages>
</ul>
</marquee>