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

File.prototype.hasAttrInt32()

Reports whether file has given int32 attribute defined.

Syntax

file.hasAttrInt32(key string) boolean

Parameters

key string

Name of the attribute.

Examples

Basic example.