Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271 > 1222 – 13 July 2011

AG_FILESTATS Enhancement

Scroll Prev Top Next More

AG_FILESTATS enhancement: An optional flags parameter is now supported. The new syntax is:

? tab(-10, AG_FILESTATS); fspec {,versiz {,hashsiz{, flags}}}; chr(127);

The flags parameter may contain one or more of the following:

Value

Description

&h0001

Check for fspec in ATE cache directories if not found otherwise

&h0002

Returned client native spec of located file

 

The syntax of the return string has been expanded to:

bytes, mtime, ctime, mode {,ver {,hash {,pcspec}}}

The ver and hash strings are limited in length by the versiz and hashsiz parameters.