File.zero?(file_name) â true or false
Instance Public methods
Returns true
if the named file exists and has a zero size.
file_name can be an IO object.
Returns true
if the named file exists and has a zero size.
file_name can be an IO object.
Please login to continue.