Skip to content
  • David Cole's avatar
    KWSys: Add symlinks to directories as files (#12284) · 1ecd1ab6
    David Cole authored
    
    
    This behaviour was previously broken; regardless of the
    RecurseThroughSymLinks value, symlinks to directories were
    NEVER added as files in the results.
    
    When RecurseThroughSymLinks is ON, symlinks to directories
    should be recursed as if they were the actual directories
    to gather the files within.
    
    However, when RecurseThroughSymLinks is OFF, symlinks to
    directories should be returned as files in the result.
    
    Inspired-by: default avatarJohan Björk <phb@spotify.com>
    1ecd1ab6