코드
먼저 readdir() 로 파일 목록을 읽어들인다
readdir()
그 다음 읽어들인 파일 목록을 <li>${fileList[i]}</li> 의 형식으로 넣어준다
<li>${fileList[i]}</li>
Reference