SecureBlackbox 2020 PHP Edition

Questions / Feedback?

FileAction Property

The action to apply to the file.

Object Oriented Interface

public function getFileAction($fileindex);
public function setFileAction($fileindex, $value);

Procedural Interface

secureblackbox_archivereader_get($res, 8 , $fileindex);
secureblackbox_archivereader_set($res, 8, $value , $fileindex);

Default Value

0

Remarks

The action to apply to the file.

Use this property to control the action that should be applied to the file during the compression or extraction. The following actions are supported:

atAdd (0)Add the file to the archive
atKeep (1)Keep the existing file in the archive
atUpdate (2)Update the archived file with a fresher copy
atDelete (3)Delete the file from the archive
atExtract (4)Extract the file (extraction only)
atSkip (5)Skip file extraction (extraction only)

The $fileindex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]