Theres a issue where isDir is checked on a broken symbolic link, it will return true falsely.
This adds checks for the return value of isDir and also adds a new function called isSymbolicLink which checks if a file is a symbolicLink
What's Changed:
#
Type of Change:
[x] Bug fix
[x] New feature
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
#
Housekeeping:
[x] Tests have been updated to reflect the changes done within this PR (if applicable).
[x] Documentation has been updated to reflect the changes done within this PR (if applicable).
Theres a issue where isDir is checked on a broken symbolic link, it will return true falsely. This adds checks for the return value of isDir and also adds a new function called
isSymbolicLink
which checks if a file is a symbolicLinkWhat's Changed:
#
Type of Change:
#
Housekeeping:
#