Ruby/File Directory/Readable File

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск

Test if the file is readable with readable?,

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