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