HotFudge :: Delicious Toppings for Magic On-Line Help 
Module :: HFCAB Latest Release: v2.0 Beta - Build#3 
HotFudge v2.0 Beta - Build 3 (20 February 2007)

HFcab

Provides windows CAB (cabinet) file support

Function Description Parameters Usage
Open Open a cab file for use cabfilename - alpha udf('hfcab.open', cabfilename )
ExtractAll Extract all file from active cab file relativepath - alpha udf('hfcab.extractall', relativepath )
ExtractFile Extract a named file relativepath - alpha
filename - alpha
udf('hfcab.extractfile', relativepath, filename )
Create Create a new cab file cabfilename - alpha udf('hfcab.create', cabfilename )
Add Add a file to the active cab file filename udf('hfcab.add', filename )
Compress Build and compress the active cab file   udf('hfcab.compress' )
Close Close the current cab file   udf('hfcab.close' )
Version Returns module version string   udf('hfcab.version')