Test if the file is readable with readable?, : Readable File « File Directory « Ruby






Test if the file is readable with readable?,




File.readable?( "yourFile.txt" ) # => true

 

Related examples in the same category