Javascript get all files minus certain file extentions
问题 I have a script that returns all the files contained within a folder. However, there are some file types in there that I do not want my script to do anything with. I just want it to literally skip over it as if it wasn't there and only deal with the other file types. How can I achieve this? So far this is how I'm getting all the files contained within a folder: var samplesFolder = Folder(Path) //Get the files var fileList = samplesFolder.getFiles() //Creat Array to hold names var renderTypes