SecureBlackbox 2020 PHP Edition

Questions / Feedback?

FileFileName Property

The original name of the compressed file or folder.

Object Oriented Interface

public function getFileFileName($fileindex);
public function setFileFileName($fileindex, $value);

Procedural Interface

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

Default Value

''

Remarks

The original name of the compressed file or folder.

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

String

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