views:

19

answers:

1

I'd like to set the file permissions for a copied file using a rake task.

Is this possible?

+1  A: 

You can use File class: File

rkj
Other related things to look at: FileUtils, Dir, Find
Benjamin Oakes

related questions