Ruby/File Directory/Readable File
Материал из Wiki.crossplatform.ru
Версия от 17:57, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Test if the file is readable with readable?,
File.readable?( "yourFile.txt" ) # => true
Личные инструменты |
ПросмотрыRuby/File Directory/Readable FileМатериал из Wiki.crossplatform.ruВерсия от 17:57, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Test if the file is readable with readable?,File.readable?( "yourFile.txt" ) # => true |