compress
compress(t_sourceFilet_destFile) =>t/ error message
Description
Reduces the size of a SKILL file, which must be SKILL source code, and places the output into another file.
Compression renders the data less readable because indentation and comments are lost. The command sets the switch fullPrecision to t to retain floating point number precision while saving the file. It is not the same as encrypting the file because the representation of t_destFile is still in ASCII format. This process does not remove the source file.
Arguments
Value Returned
|
Signals an error if problems are encountered compressing the file. |
Examples
compress( "triad.il" "triad_cmp.il")
=> t
Related Topics
Return to top