Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

pkxUnPadFile

pkxUnPadFile(
t_fileName 
t_newFileName 
g_magicBytes
)
=> t / nil

Description

(Virtuoso MultiTech Framework Only) Removes the padding from the specified SiP file using magic bytes.

Arguments

t_fileName

Name of the padded file.

t_newFileName

New file name after removing the padding.

g_magicBytes

A set of bytes that is added to a SiP file.

Value Returned

t

The padding was removed from the specified SiP file.

nil

The operation failed.

Example

pkxUnPadFile("newFile.log" "theFile.log" "Magic Bytes")

Related Topics

pkxPadFile


Return to top
 ⠀
X