Lightroom SDK: Unable to add photo to catalog when parent folder name has a dot at the end.
For example, this works:
catalog:addPhoto( "C:\dir\subdir\file.nef" )
but this does not work:
catalog:addPhoto( "C:\dir\subdir.\file.nef" ) -- hangs forever.
Rob