Please enable JavaScript to view this site.

A-Shell Development History

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.