Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
Source project has a limited visibility.
  • David Cole's avatar
    1ecd1ab6
    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
    History
    KWSys: Add symlinks to directories as files (#12284)
    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>