I want to write a ruby script to recursively copy a directory structure, but exclude certain file types. So, given the following directory structure:I want to write a ruby script to recursively co
I want to write a ruby script to recursively copy a directory structure, but exclude certain file types. So, given the following directory structure:I want to write a ruby script to recursively co