Extract a .Z file using GZIP.exe

View: New views
1 Messages — Rating Filter:   Alert me  

Extract a .Z file using GZIP.exe

by razwan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can you extract a UNIX .z file using c# for example "test.txt.Z"

I have the following code "process.start("GZip.exe","-d PathName");" How do i set the filepath for the folllowing code sample.

I am soo confussed, i want to extract the above file to the same directory in which it resides, any advice and good examples would be great.