class GPhoto2::CameraFilePath
- GPhoto2::CameraFilePath
- Reference
- Object
Overview
Represents a path representing a file or folder.
Included Modules
Defined in:
gphoto2/camera_file_path.crInstance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#folder : String
Returns the folder part of the path.
-
#name : String
Returns the name part of the path.
Instance methods inherited from module GPhoto2::Struct(LibGPhoto2::CameraFilePath)
ptr : Pointer(T)
ptr,
ptr? : Pointer(T) | Nil
ptr?,
to_unsafe : Pointer(T)
to_unsafe,
wrapped : T
wrapped
Constructor methods inherited from module GPhoto2::Struct(LibGPhoto2::CameraFilePath)
new(ptr : Pointer(T) | Nil = nil)
new
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.