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 g_lstat()
is identical to g_stat().
See your C library manual for more details about lstat().
Parameters
filename: string
a pathname in the GLib file name encoding (UTF-8 on Windows)
A wrapper for the POSIX
lstat()function. Thelstat()function is likestat()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 linksg_lstat()is identical tog_stat().See your C library manual for more details about
lstat().