FileUtils.touch - permissions?

Can I use FileUtils.touch to set permissions?

Or in other words.

How can I create a file with specific permissions in Ruby?

···

--
Posted via http://www.ruby-forum.com/.

Marc Heiler wrote in post #1019418:

Can I use FileUtils.touch to set permissions?

Or in other words.

How can I create a file with specific permissions in Ruby?

$ ri19 FileUtils#chmod

Kind regards

robert

···

--
Posted via http://www.ruby-forum.com/\.