WARNING: The [sjs-3] engine was deprecated, use [sjs-4] instead.

File.prototype.listAttrStr()

List string file attributes.

Syntax

file.listAttrStr() Array

Description

List user defined string file attributes in alphabetical order.

Examples

Basic example. Note that keys are returned in alphabetical order.

When no string attributes are defined an empty Array is returned.

Other attribute types are not listed.