Path.lstat() 
Like Path.stat() but, if the path points to a symbolic link, return the symbolic link’s information rather than its target’s.
Path.lstat() 
Like Path.stat() but, if the path points to a symbolic link, return the symbolic link’s information rather than its target’s.
Please login to continue.