Mega Code Archive

 
Categories / Ruby / File Directory
 

Inquire about the type of a file with ftype

# The ftype method identifies the type of the file by returning one of the following:  # file, directory, characterSpecial, blockSpecial, fifo, link, socket, or unknown. File::ftype( "file.rb" ) # => "file"