class GPhoto2::CameraFileInfo::File
- GPhoto2::CameraFileInfo::File
- GPhoto2::CameraFileInfo::Base
- Reference
- Object
Overview
Represents file information.
Included Modules
Defined in:
gphoto2/camera_file_info/file.crInstance Method Summary
-
#height : UInt32 | Nil
Returns the height in pixels.
-
#mtime : Time | Nil
Returns modification time.
-
#readable?
Returns
true
if the file is readable,false
otherwise. -
#removable?
Returns
true
if the file is removable,false
otherwise. -
#width : UInt32 | Nil
Returns the width in pixels.