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

File.prototype.listAttrInt32()

List int32 file attributes.

Syntax

file.listAttrInt32() Array

Description

List user defined int32 file attributes in alphabetical order.

Examples

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

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

Other attribute types are not listed.