Method Stdio.Stat()->create()
- Method create
Stdio.Stat Stdio.Stat(void|object|array stat)
- Description
A new Stdio.Stat object can be initialized in two ways:
stat is an object, typically another Stdio.Stat. The stat info is copied from the object by getting the values of
mode,size,atime,mtime,ctime,uid,gid,dev,ino,nlink, andrdev.stat is a seven element array on the 'traditional' LPC stat-array form (see the class doc).