Renaming files using node.js 다른 국가 이름을 가진 260.png 파일이 있는 폴더가 있습니다.Afghanistan.png,Albania.png,Algeria.png,기타. I have a .json file with a piece of code with all the ISO codes for each country like this: { "AF" : "Afghanistan", "AL" : "Albania", "DZ" : "Algeria", ... } .png 파일 이름을 소문자로 변경하고 싶습니다.그것은 나의 폴더에 다음과 같은 입력을 하고싶다는 것을 의미합니다..png이미지:af.png,al.png,dz.png,기타. I was trying to research by mysel..