Re: REXX USS directory list

2012-06-04 Thread Miklos Szigetvari
Hi If you issue a REXX "readdir", in the optional stem2 you got the fstat structure I'm using from this the st_ctime and st_mtime and convert via the "gmtime" function On 01.06.2012 21:54, Roger Wasley wrote: Afternoon I have been attempting to use SYSCALL READDIR and the fstat according to

REXX USS directory list

2012-06-01 Thread Roger Wasley
Afternoon I have been attempting to use SYSCALL READDIR and the fstat according to the manual but there seems to be no way to gath the DATE a USS file was accessed. based on fstat st_type I knwo if it is a directory or file but not the date it was last accessed. I looked at the mtime field but e