Fix bug with relative paths: always convert paths retrieved from the
command line args or from reading a link to absolute paths and expand
~'s.
Silence some print statements unless doing the report action.
Delete an unnecessary `path = os.path.join(to_dir,filename)` line.