Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

quick-compress compresses a file using the FastLZ algorithm. The destination file name will be the sourcefilename.flz.

Parameter Description
src Source file name

Example

Example 1: Compress example.scm without having to specify the target file name (which will be example.scm.flz)

(quick-compress "./textures/example.scm")
Clone this wiki locally