| Contents: | Main | Chapter | See Also: | Getting Started Manual | Advanced User Manual | |||
This procedure returns a list of file-level attributes that are supported by FileMan. It shows specifically which attributes the Data Dictionary retriever calls can return.
FILELST^DID(TARGET_ROOT)
| TARGET_ROOT |
(Required) The root of an output array. |
| TARGET_ROOT |
The descendents of the array root are subscripted by the attribute names. "WP" nodes indicate that the attribute consists of a word processing field. "M" nodes indicate that the attribute can consist of multiple sub-attributes. |
>D FILELST^DID("TEST")
>ZW TEST
TEST("ARCHIVE FILE")=
TEST("AUDIT ACCESS")=
TEST("DATE")=
TEST("DD ACCESS")=
TEST("DEL ACCESS")=
TEST("DESCRIPTION")=
TEST("DESCRIPTION","#(word-processing)")=
TEST("DEVELOPER")=
TEST("DISTRIBUTION PACKAGE")=
TEST("ENTRIES")=
TEST("GLOBAL NAME")=
TEST("LAYGO ACCESS")=
TEST("LOOKUP PROGRAM")=
TEST("NAME")=
TEST("PACKAGE REVISION DATA")=
TEST("REQUIRED IDENTIFIERS")=
TEST("REQUIRED IDENTIFIERS","#","FIELD")=
TEST("RD ACCESS")=
TEST("VERSION")=
TEST("WR ACCESS")=
"RD ACCESS"
in the
example above is a new ATTRIBUTES Input Parameter.
Reviewed/Updated: March 10, 2007