NAME uncompress - does file decompression within a network SUMMARY Name uncompress Type input Inputs string Outputs string DESCRIPTION The compress/uncompress module pair is designed to allow datasets or images or other files to be stored and kept in compressed format, but still be read into an AVS network. There must be enough space for this module to uncompress at least one file at a time, or it will bomb out. Generally speaking, a filename will be passed to the uncompress module, either through the browser or via input parameter string. The uncompress module will decompress the file, then pass the filename on to a data-input module such as Read Field. INPUTS Filename of file to be uncompressed (string) PARAMETERS none OUTPUTS New filename of data file (string) EXAMPLES Animate_file ! Uncompress Uncompress ! ! ! ! ! Read Field ! Read Image ! ! ! ! ! ! Compress Rest of Net Compress Rest of Net RELATED MODULES compress