Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
executable with executable?: : Executable.File « File Directory « Ruby
Ruby
File Directory
Executable.File
executable with executable?:
File.executable?(
"yourFile.txt"
) # => false
Related examples in the same category