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

File.prototype.removeAttrInt32()

Remove int32 file attribute.

Syntax

file.removeAttrInt32(key string) File

Parameters

key string

Name of the attribute.

Description

Remove user defined int32 file attribute. Remove is idempotent, it is okay to remove non-existent keys.

Examples

Basic example

Removing non-existent key is ok.