@susaz: As .kobo is a hidden folder, you should try this command in the terminal first. All hidden files will be visible then.
Code:
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder
The following command will hide those files again:
Code:
defaults write com.apple.finder AppleShowAllFiles FALSE && killall Finder