Hi,
I want to compress a file as ".par" like (.rar) using C#(windows).Can any one help me.I came to know that we can use JAR utility to compress file.
Thanks in Advance...
Hi,
I want to compress a file as ".par" like (.rar) using C#(windows).Can any one help me.I came to know that we can use JAR utility to compress file.
Thanks in Advance...
Well, the JAR utility only supports jar files (which are really just zip files). You need to use another program for .par archives.