Add new comment

JLGF1's picture

In other words, I assume in the pairing logic there is somewhere (psuedo code):
if (file.Raw exists)
  rm "./file.Raw"
  rm "./file.jp*"
# I would presume adding this would be low-impact
rm "../file.jp*"  if ParentJpegFlag is True  # prefs
No?