test whether the file exists with exist? : file « File Directory « Ruby






test whether the file exists with exist?


File.file?( "yourFile.txt" )

 

Related examples in the same category