Save/Extract multiple files to a stream

From: Mac (newsgroupRemoveit_at_Removeithost111.com)
Date: 12/29/03


Date: 29 Dec 2003 05:49:13 -0700

Hello,

I need to use a stream as a file archive. (save files to it, then
extract with filename when needed).

Is there any ready component for this thing? (which does not need any
aditional dd file etc and preferably free)

I appereciate your help.

Beast Regards,
Mac



Relevant Pages

  • Re: Help extracting something from a string
    ... I have a stream of text and I need to extract a filename in the form ... including the double-quotes, the characters surrounding it could be ...
    (comp.unix.shell)
  • Re: Save/Extract multiple files to a stream
    ... > extract with filename when needed). ... Using the ArchiveStream property ... stream to stream zipping using pkzip standard archives. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: AppendChunk method resulting in wrong data
    ... ' load binary contents of into stream ... ' assumes FileName is the name of an existing file ... ' set position to beginning of stream ... ' insert a row (or otherwise position record pointer) ...
    (microsoft.public.vb.database.ado)
  • Re: OpenFileDialog and passing a relative directory automaticly to it
    ... i have a circumstance where a user unzips a file, with a certain layer ... in most cases i can be sure the zip fie will extract as shown, ... If you know the actual filename, _and_ you know that filename is unique within the subdirectories that have been extracted, then you could do a search of that subtree of the file system to find the file. ... Just because the files can be extracted anywhere, that doesn't preclude using absolute paths. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: ImageList for Console Application
    ... I don't know if this will work with a stream from the resource..but here is ... public string WriteToTempFile ... System.IO.StreamWriter writer = null; ... fileName = System.IO.Path.GetTempFileName; ...
    (microsoft.public.dotnet.general)