Separating contents of an array

Right now I have an array with a bunch of different file and folder names in it. I want to separate the files and folders in to two separate arrays. How would I check the arrays to see if the elements have a “.” in them, and then if they do have a “.” in them, put them into files array.