ICI Modules: sys: lstat
Modules by name : by typeSynopsis
struct = sys.lstat(string)Description
This function is like sys.stat expect in the case where the named file is a symbolic link. In that case lstat returns information about the link itself rather than the file to which it points.