News

unCompressedFile.Close() My next move is to create a FileStream object for the compressed file I want to create: Dim CompressedFile As FileStream CompressedFile = File.Create("C:\IttyBittyFile.gzip") ...