dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
267 stars 53 forks source link

feat: isSymbolicLink #754

Closed liz3 closed 2 weeks ago

liz3 commented 3 weeks ago

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:

#

Housekeeping:

#

Jason2605 commented 2 weeks ago

Thanks for this