[Top]
Stdio
Stdio.Stat
|
Method Stdio.Stat()->create()
- Method
create
-
void Stdio.Stat(void|object|array stat)
- Description
-
A new Stdio.Stat object can be initialized in two ways:
- 0
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, and
rdev.
- 0
stat is a seven element array on the 'traditional' LPC
stat-array form (see the class doc).
|