How to retrieve the file folder properties for a focexec


Technique

Product: App Studio
Release: 8205
Primary OS: Windows
Solution Date:

Problem

How to retrieve the file folder properties for a focexec.

Solution

Use the following focexec to retrieve the file folder properties:

TABLEF FILE _EDAHOME/CATALOG/SYSAPPS

PRINT FNAME FDATE AS LAST_MODIFIED_DATE

WHERE FNAME  EQ 'xxx'

END

The following is an example of the focexec output: