Does a file exist : File.exists « File Directory « Ruby






Does a file exist


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

 

Related examples in the same category

1.File Inquiries