Home > comp > gb.compress > uncompress > file 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Uncompress.File (gb.compress)
Syntax
SUB File ( Source AS String, Target AS String )

Once you have selected the compression driver, you can decompress a file and place the result in another file using this method.

Examples

DIM Cp AS NEW Uncompress

Cp.Type = "zlib"
Cp.File("/home/foo/README.TXT.gz", "/home/foo/README.TXT")