Return [obj, err] where obj is an object containing the file status
of path. err is the error code. The following fields are defined in
obj: dev, ino, mode, nlink, uid, gid, rdev, size,
blocks, atime, mtime, ctime. The times are specified in
milliseconds since 1970. lstat() is the same as stat() excepts that
it returns information about the link itself.
Return
[obj, err]
whereobj
is an object containing the file status ofpath
.err
is the error code. The following fields are defined inobj
:dev
,ino
,mode
,nlink
,uid
,gid
,rdev
,size
,blocks
,atime
,mtime
,ctim
e. The times are specified in milliseconds since 1970.lstat()
is the same asstat()
excepts that it returns information about the link itself.