io_stat [function]
io_stat( string fsitem )
returns info about the file system item fsitem
, as dict
- the returned object contains the following properties:
- atime: last access time
- ctime: creation time
- mtime: last modification time
- type: enum (one of FST_DIR/FST_FILE/FST_UNKNOWN)
- size: size of item
- uses the C library function stat/_stat