up: IO     index Zimbu documentation

CLASS IO.FileInfo @public

summary

     

Used for the return value of IO.fileInfo().

status  $status @public  OK when the object was properly filled in.
int  $size @public  File size in bytes.
int  $time @public  Last modified time in usec.
bool  $isDir @public  TRUE when this is a directory.
 

members (alphabetically)

     

bool $isDir @public

     

TRUE when this is a directory.

int $size @public

     

File size in bytes.

status $status @public

     

OK when the object was properly filled in.

int $time @public

     

Last modified time in usec.

Most implementations only support second accuracy.

license

      Copyright 2009 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0