2020-10-16 게시 됨2022-01-11 업데이트 됨nodejs몇 초안에 읽기 (약 99 단어)nodejs 파일 목록 출력하기printFileList.js123456const fs = require('fs');const dirPath = '.';fs.readdir(dirPath, (error, filelist) => { console.log(filelist);}); 은근히 자주 쓴다 dirPath 변수에 원하는 디렉터리의 경로를 적어주어 확인할 수 있다 내가 활용한 곳 .dockerignore 파일을 추가했는데 동작할까? 궁금해서 람다 실행환경 디렉터리 구조 파악 nodejs 파일 목록 출력하기https://chinsun9.github.io/2020/10/16/js파일목록/AuthorchinsungPosted on2020-10-16Updated on2022-01-11Licensed under#nodejsfs