Question about using fs.stat and isSymbolicLink in Effect Platform
@Tim Smart Hi Tim, I am currently using Effect Platform. I have a question regarding the stat function. Looking into the code, I see you call the fs.stat function which always follows symbolic links (and for which the isSymbolicLink function therefore always returns false). Should you call lstat instead? In this manner, I can have the info regarding the link. And if I want to follow the link instead, I just call realPath before.
