A wrapper for the POSIX lstat() function. The lstat() function is
like stat() except that in the case of symbolic links, it returns
information about the symbolic link itself and not the file that it
refers to. If the system does not support symbolic links glib.global.lstat
is identical to glib.global.stat.
See your C library manual for more details about lstat().
A wrapper for the POSIX lstat() function. The lstat() function is like stat() except that in the case of symbolic links, it returns information about the symbolic link itself and not the file that it refers to. If the system does not support symbolic links glib.global.lstat is identical to glib.global.stat.
See your C library manual for more details about lstat().