Photoshop脚本之创建文件夹
function checkFolder(path){ var folder = Folder(path) if(!folder.exists) folder.create() }
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
function checkFolder(path){ var folder = Folder(path) if(!folder.exists) folder.create() }