commit | f5ff17fcf29170541805e7fc7f4a74252fe39b10 | [log] [tgz] |
---|---|---|
author | scivision <scivision@users.noreply.github.com> | Sun Sep 17 23:01:40 2023 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Sep 18 16:35:10 2023 -0400 |
tree | eef38695bb40d69488305fd618a85afb424a7e02 | |
parent | d007eb70468437cb7a1f30d160f3b97263cbc087 [diff] |
Source: Remove redundant FileIsSymlink checks Replace `FileExists || FileIsSymlink` with `PathExists`. The latter does not resolve symlinks, so this is OK for use with broken symlinks, files, and directories.