function checkFolder(path){
    var folder = Folder(path)
    if(!folder.exists) folder.create()
}

 

相关文章: