Jeroen
Jeroen

Reputation: 3429

Setting file permissions using Rake

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

Is this possible?

Upvotes: 0

Views: 517

Answers (1)

rkj
rkj

Reputation: 9331

You can use File class: File

Upvotes: 1

Related Questions