로컬 폴더의 모든 파일명 가져오기
How do you get a list of the names of all files present in a directory in Node.js?
create a directory if it doesn't exist using
How to create a directory if it doesn't exist using Node.js