CSVKeychain
CSVKeychain copied to clipboard
Can't select keychain file
I can't select the User.keychain file on my desktop to convert it to a CSV.
File isn't encrypted and everyone has full read/write permissions.
I cannot reproduce it, and I have no idea why it's happening. Which version of macOS are you running?
As a workaround, you may edit the chooseFile() function and replace this line:
set theAlias to choose file with prompt msg of type {type} ¬
with
set theAlias to choose file with prompt msg ¬
By doing so, any file should become selectable. Pay attention not to remove the trailing ¬.