没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > tar-cs |
tar-cs
|
0 | 0 | 22 |
贡献者 | 讨论 | 代码提交 |
NewsVersion 0.92 is out! Read/Write available. Bugfixes in 0.91.
PreIf you ever had a need to send multiple files to a client using your C# code. If want your client to be able to extract those files with some kind of widely recognized application. If you did not want to make your code dependencies much much much bigger. If yes then you had the same requirement I do.
ResultI came out with this small library. This library compatible with mono and .NET framework 2.0 and higher. You can use it to create regular ".tar" files or to create "tar.gz" archives that are widely used across Linux/Unix world and recognized by shell extensions like "WinZip" or "WinRar".
BenefitsThis is the library enables your to read and write tar archives from your .NET/mono code.
Here are the
Exa