File.size?(file_name) â Integer or nil
Class Public methods
Returns nil if file_name doesn't exist or has
zero size, the size of the file otherwise.
file_name can be an IO object.
Returns nil if file_name doesn't exist or has
zero size, the size of the file otherwise.
file_name can be an IO object.
Please login to continue.