Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FileOutputStream Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01273128
Message ID:
01273305
Views:
12
I tried this already:
FileOutputStream filOpStrm = new FileOutputStream(zipFileName,true)
The file is overwritten anyhow.



>>I'm modifying the code in the Zip method here http://www.codeproject.com/KB/cs/unzipC_usingJ_.aspx
>>
>>This code creates the ZIP file:
>>
FileOutputStream filOpStrm = new FileOutputStream(zipFileName);
>>
>>If the file already exists, I want to add to it. How do I get a reference to the
>>file without recreating it?
>
FileOutputStream filOpStrm = new FileOutputStream(zipFileName,true)
>But that looks like you'd be concatenating ZIP files and I don't think it will work.
>
>HTH,Viv
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform