R
Roger Pack
I'm familiar with
File.chmod 0777 filename
however, anybody know the equivalent to "chmod u+r filename" from the
command line--but in ruby?
Thanks!
-r
File.chmod 0777 filename
however, anybody know the equivalent to "chmod u+r filename" from the
command line--but in ruby?
Thanks!
-r