struct GPhoto2::CameraFilePath

Overview

Represents a path representing a file or folder.

Defined in:

gphoto2/camera_file_path.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : LibGPhoto2::CameraFilePath) #

[View source]

Instance Method Detail

def ==(other : self) #

[View source]
def folder : String #

Returns the folder part of the path.


[View source]
def name : String #

Returns the name part of the path.


[View source]